TABLE HEADER element

Syntax:

<TABLE><TR><TH> ...</TH> </TR></TABLE>
Note: The Table Header element is always inside the TABLE Row element.

Example:


<TABLE BORDER>
<TR> <TH>Col 1 Row 1</TH> <TH>Col 2 Row 1</TH>/TR>
</TABLE>

Col 1 Row 1Col 2 Row 1