HomeReferencesCSS 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, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • show (default)
  • hide

Example


table { empty-cells: hide; }