|
|
Return to HTML 4.01 element index page
Name: Table Header Cell
<th> ... <th> (opt.)
Description: Used to define a header row within a table.
Browser Compatibility: NN: 1.1+ / IE: 2.0+ / Opera: 4+
| Attributes: |
|
* Deprecated
Code Example:
<table><tr><th> ... </th><th> ... </th><th> ... </th></tr><tr><td> ... </td><td> ... </td><td> ... </td></tr></table>
Comments: The <th> element is identical to the <td> element except that the text within the <th> element is usually rendered with a bold font and centered within the cell.
XHTML Notes: The closing </th> element is required.
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/