Table Cells

A table cell is another name for a table data element

Table cells can be distinguished by their own background colors, type fonts, alignments, etc

The way to do it properly is of course to use CSS !

Create a td or th rule

There used to be other ways, with special attributes

Eg. :
table { 
   border : thin black solid;
   border : inset 2pt;
   border-collapse: separate;
   }
td { border: inset 2pt; }