Table Header <th>

Block-level/Inline?:Neither. It can have either block-level, inline, or text children.
Empty?:No

A table header element represents header for a row or column in a table. Though semantically different than a th, they behave similarly with the addition of an automatic centering and bolding of text for <th>s. The cell can be more than one cell wide or tall if either of the colspan or rowspan attributes are set.

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