Table Data <td>

Block-level/Inline?:Neither. It can have either block-level (a table can have tables inside it), inline, or text children.
Empty?:No

A table data element represents a cell in a table. The cell can be more than one cell wide or tall if either of the colspan or rowspan attributes are set. Use a th if you need to create a heading for a row column.

See also Box Model, border-collapse, tr, th, caption, table, and colspan/rowspan.
Back to Knowledge Dump