thead
Identifies the heading rows of a tgroup, displayed as the first rows, and again at the top of any continuation after a physical break between rows in tbody.
The attributes apply from the set of colspecs of the containing tgroup.
Element information
Namespace: None
Schema document: soextblx.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- row [1..*]Identifies the row information in a thead or tbody element. Default values come from the enclosing thead, tbody, or tgroup attribute values for like-named attributes.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
valign | [0..1] | Anonymous | vertical alignment. Default text vertical positioning within the entrys. Provides default value for descendant elements. |
Used in
- Anonymous type of element tgroup
Sample instance
<thead> <row> <entry namest="c1" nameend="c2" align="center">Horizontal Span</entry> <entry>a3</entry> <entry>a4</entry> <entry>a5</entry> </row> </thead>