empty-cells
Definition
The empty-cells property specifies if empty cells should be visible. The screen shot below shows a table with empty cells that are not visible.

The screen shot below shows a table with empty cells that are visible.

Example
table {empty-cells: show}
Characteristics
Possible values
show- Borders and backgrounds are drawn around/behind empty cells
hide- No borders or backgrounds are drawn around/behind empty cells.
inherit- Use the same computed value as the parent element for this property.
Default value
show
Applies to
Inherited
Yes