$Revision: 1.3 $
$Date: 2002/06/12 11:18:40 $
thead — A table header consisting of one or more rows
thead ::= ((tr+| (colspec*,row+)))
Name | Type | Default | ||||
ondblclick | CDATA | None | ||||
onkeydown | CDATA | None | ||||
onkeyup | CDATA | None | ||||
onmouseup | CDATA | None | ||||
onmouseover | CDATA | None | ||||
valign |
| None | ||||
onmouseout | CDATA | None | ||||
onmousemove | CDATA | None | ||||
style | CDATA | None | ||||
xml:lang | NMTOKEN | None | ||||
onkeypress | CDATA | None | ||||
onmousedown | CDATA | None | ||||
onclick | CDATA | None | ||||
title | CDATA | None | ||||
class | CDATA | None |
Attributes: (Required attributes, if any, are bold)
The THead wrapper identifies the Rows of a table that form the head of the table, as distinct from the body (TBody) and foot (TFoot) rows.
Header rows are always rendered at the beginning of the table.
This element is expected to obey the semantics of the CALS Table Model Document Type Definition, as specified by OASIS Technical Memorandum TM 9502:1995 . Header rows are often presented in an alternate typographic style, such as boldface.
In paged media, if a table spans across multiple pages, header rows are printed at the top of each new page.
VAlign specifies the vertical alignment of text (and other elements) within the cells of this THead.