Copyright © tutorialspoint.com

CSS2 Table Properties

previous next


This is a complete reference guide for web developers where haved we listed all the CSS properties related to Table defined in the World Wide Web Consortium's Recommended Specification for Cascading Style Sheets, Level 2

Click any property to see its description with examples:

PropertyDescription
border-collapse Sets the table border rendering algorithm
border-spacing With separate borders set the spacing between borders. One value sets vertical and horizontal spacing and two values sets horizontal and vertical spacing respectively.
caption-side Sets the position for a table caption
empty-cells With separate borders, hides empty cells in a table
table-layout Determines the table-rendering algorithm

previous next

Copyright © tutorialspoint.com