Empty-
Empty-cells is used to specify how browsers show table cells that have no visible content in them.
A cell has no visible content if it is empty or if its visibility property is 'hidden'.
Its options are:
(1) Show, this is default and means that the cells borders and background will be shown.
(2) Hide, this means that no background or borders will be shown.
(3) Inherit, the value will be inherited from its parent element.