The empty-cells CSS property sets whether borders and backgrounds appear around <table> cells that have no visible content.
- show
- Borders and backgrounds are drawn like in normal cells.
- hide
- No borders or backgrounds are drawn.
empty-cells="show"
empty-cells="hide"
empty-cells="inherit"