Arquivo.pt - The Portuguese web-archive (PWA) is the national Web archive of Portugal. Its mission is to periodically archive contents of national interest available on the Web, storing and preserving for future generations information of historical relevance. It is a service of the Foundation for Science and Technology (FCT).
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20090711010737/http://www.htmlhelp.com/reference/wilbur/table/th.html
TH - Header cell
This element is also available in our updated HTML 4 reference. Some characteristics may have changed.
Like the TD tag, a TH is used for a table cell. However, TH should
be used when the cell's contents is a table heading, not a data cell.
Typically this is done when the contents of the cell is a label for
a row or column in the table.
See the section on TD for an explanation of the various attributes.
For an example on how to construct tables, please see the section
on the TABLE tag.
Notes:
While it's not strictly required, it is good practice to close each
table cell explicitly. It makes your table easier to read.
If you include a table inside a table cell, be sure to close all
cells and rows. It is not required, but some browsers get the nested tables
wrong and render them incorrectly.
An empty cell is usually rendered differently than a cell with
just whitespace inside it. This especially shows if you have a border
defined for your table.
If you use images in a table cell, be sure to specify the WIDTH
and HEIGHT attributes in the IMG tag. This allows the browser to
determine the size of the cell in advance, so it can draw the table
before the image is loaded. Otherwise, the table will not appear until
the image has been loaded. This can mean a considerable delay before
your page displays.