CSS Table Style Properties
border-collapse
Usage | Sets the border model of a table. | Values | collapse, separate. |
border-spacing
Usage | Sets the distance between the borders of adjacent cells. | Values | length length. |
caption-side
Usage | Sets the position of the caption relative to the table. | Values | top, bottom, left, right. |
empty-cells
table-layout
Usage | Determines how the table is laid out. | Values | auto, fixed. | Notes | fixed. |
|