Home → References → CSS Properties →
CSS Property: empty-cells
Applies to tables. Specifies whether empty table cells should be shown or not. Not recognized by Internet Explorer.
HTML Dog is hosted by Titan Internet
Possible Values
inheritshow(default)hide
Example
table { empty-cells: hide; }

