<tbody>

Table Body (XHTML table model)

See W3C documentation for the XHTML table model.

Container element that holds the rows and columns in one of the body (as opposed to header) portions of a table

Attributes

align Horizontal Alignment (XHTML table model)
char Table Cell Alignment Character (XHTML table model)
charoff Table Character Offset (XHTML table model)
content-type Type of Content
id Identifier
style Style (XHTML table model; MathML 2.0 Tag Set)
valign Vertical Alignment (XHTML table model)

Related Elements

A table may be divided into header elements <thead> and table body elements <tbody>.

Expanded Content Model

(tr)+

Description

<tr> Table Row (XHTML table model), one or more

This element may be contained in:

<table>

Example

...
<table-wrap id="TN0.170">
<caption><p>Numbers of patients receiving institutional
care ...</p>
</caption>
<table>
<tbody>

<tr>
<th></th>
<th colspan="3" align="center"
rowspan="1">Institutional care</th>
<th></th>
<th colspan="2" align="center"
rowspan="1">&#x2003;Bed use (days)</th>
</tr>

...

<tr>
<td>Total</td>
<td align="center">208/1224</td>
<td align="center">244/1214</td>
<td align="center">0.77 (0.52 to 1.13)</td>
<td></td>
<td align="center">15.0</td><td align="center">16.4</td>
</tr>

</tbody>
</table>
<table-wrap-foot>
<fn-group>
<fn id="TF1-150"><p>Data not available for 1 trial.</p></fn>
<fn id="TF1-151"><p>P&#x003C;0.05 (random effects model).</p></fn>
</fn-group>
</table-wrap-foot>
</table-wrap>
...

Module

xhtml-table-1.mod