thead

Name

thead -- header of a table

Content Model

thead ::= row+

Description

thead elements hold the header of a table. The parent node is tgroup.

Attributes

thead elements have valign attributes. valign attributes can take the following values.

bottom

Align with the bottom edge of the table header

middle

Align with the middle of the table header

top

Align with the top edge of the table header

Formatting Expectations

Format according to the value of the valign attribute. Cells in rows are formatted in bold.