<th>

Table Header Cell (XHTML table model)

See W3C documentation for the XHTML table model.

One cell in the table header, as opposed to an ordinary cell in a table

Attributes

abbr Abbreviation (XHTML table model)
align Horizontal Alignment (XHTML table model)
axis Axis (XHTML table model)
char Table Cell Alignment Character (XHTML table model)
charoff Table Character Offset (XHTML table model)
colspan Column Span (XHTML table model)
content-type Type of Content
headers Headers (XHTML table model)
id Identifier
rowspan Row Span (XHTML table model)
scope Scope (XHTML table model)
style Style (XHTML table model; MathML 2.0 Tag Set)
valign Vertical Alignment (XHTML table model)

Related Elements

There are two cells elements in the XHTML table model that contain the contents of the table: <td> contains ordinary data, and <th> contains table header data.

Expanded Content Model

(#PCDATA | ext-link | related-article | inline-supplementary-material | break | mixed-citation | alternatives | inline-graphic | mml:math | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<tr>

Example

...
<floats-group>
<table-wrap>
...
<graphic copyright="inherit" id="tb3a"
xlink:href="jpa_14_2_160_tb3a.tif" />
<table>
<thead align="left">
<tr>
<th colspan="1" rowspan="1"></th>
<th colspan="5" align="center" rowspan="1">Variables</th>
</tr>
...
</thead>
<tbody>
<tr>
<td colspan="1" rowspan="1">p<sub location="post" arrange="stack">1</sub></td>
<td colspan="1" rowspan="1">a<sub location="post" arrange="stack">11</sub></td>
<td colspan="1" rowspan="1">a<sub location="post" arrange="stack">12</sub></td>
<td colspan="1" rowspan="1">...</td>
<td colspan="1" rowspan="1">...</td>
<td colspan="1" rowspan="1">a<sub location="post" arrange="stack">1n</sub></td>
</tr>
...
</tbody>
</table>
</table-wrap>
</floats-group>
...

Module

xhtml-table-1.mod