'th' Syntax and Note : th « HTML Tag Reference « HTML CSS Reference






'th' Syntax and Note

Note:

This element creates a single cell as a table heading. 
This cell must have a colspan attribute, whose value is equal to 
the number of cells in subsequent table rows. 

The text in this element appears in bold and is aligned to the center by default.
    
Syntax:
    
<th attributes events> . . . </th>
    

      
      








Related examples in the same category

1.'th' HTML Attributes
2.'th' Event Handlers
3.'th' CSS Attributes and JavaScript Style Properties
4.'th' Example
5.'th' Microsoft Behaviors
6.'th' Microsoft Filters
7.'th' JavaScript Properties
8.'th' JavaScript Methods
9.'th' JavaScript Collections
10.'th' JavaScript Objects