CSS Table Property
The css table properties is used to set the layout of a table as you wish. Now css is used to replace the old method of layout web page using tables. CSS can enhance table layout.
CSS Table property include :
- boder-collapse
- caption-side
- empty-cells
- speak-header
- table-layout
Example of css table property :
table
{
border-spacing: 6px
border-collapse: separate;
}