CSS Empty-Cells Property

Description:
Specifies the display of table cells that have no visible content.
Syntax:
empty-cells: [value];
Possible Values:
- show
- hide
- inherit
Initial Value:
Show
Applies To:
'table-cell' elements
Inherited:
Yes
Media:
Visual
Example:
table {empty-cells: show;}





