Schema Documentation - Newsfeed Aggregator Profile
version 1.0

The th element

On this page:

The th element represents a single table cell containing header information.

The optional scope attribute can be used to express the column(s) or row(s) to which the header applies.

Usage Example

<table>
    <tr>
        <th colspan="2">Inches</th>
        <th>Lines</th>
    </tr>
    <tr>
        <th>Length (as far as complete)</th>
        <td>17</td>
        <td>6</td>
    </tr>
    <tr>
        <th>Depth of each ramus</th>
        <td>4</td>
        <td>9</td>
    </tr>
</table>
    

Allowed parents

tr

Allowed children

This element may contain text.

This element may contain the following children: abbr, address (block variant), address (phrase variant), annoref, annotation (block variant), annotation (phrase variant), block, caption, citation (block variant), citation (phrase variant), code (block variant), code (phrase variant), definition, description, d:description, emph (text variant), emph (phrase variant), expansion, hd, list, ln, name, num, object (block variant), object (text variant), object (phrase variant), p, quote (block variant), quote (phrase variant), ref, its:ruby, s, span (text variant), span (phrase variant), sub, sup, table, term, time and w

Content model

a choice of
either one or more of
or one or more of
a choice of
or text
end of choice
end of choice

Namespace

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