Schema Documentation - DIAGRAM Description Profile
version 1.0

The thead element

On this page:

The thead element represents the collection of table header rows.

Usage Example

<table>
    <thead>
        <tr>
            <th colspan="2">Inches</th>
            <th>Lines</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>Length (as far as complete)</th>
            <td>17</td>
            <td>6</td>
        </tr>
    </tbody>
</table>
    

Allowed parents

table

Allowed children

This element must not contain text.

This element must contain the following children: tr

This element may contain the following children: pagebreak

Content model

one or more of
a mix of
tr
zero or more of pagebreak
end of mix

Namespace

http://www.daisy.org/ns/z3998/authoring/