CSS Property:
empty-cells:

Result:

Note:There are an empty table cell in the table.
What happens when you change the property value to hide/show:

A table cell A table cell
A table cell
CSS Code:

table#myTable {
    empty-cells:show;
}
  
Click the property values above to see the result
W3Schools.com - Play it