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;
}

 

USEFUL CSS PROPERTY

  • padding-left
  • martin-top
  • background
  • background-repeat
  • padding-bottom
  • line-height
  • height
  • text-decoration
  • border-color
  • padding
  • margin