<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:

<array>, <table>

Example 1

...
<p align="left">... Many studies of conditional reasoning
examine the inferences that reasoners make from conditionals,
for example:
<array xml:lang="en">
<tbody>
<tr>
<td align="left" colspan="1" rowspan="1">If there was water
on Mars then the planet was capable of sustaining life.</td>
<td align="left" colspan="1" rowspan="1" valign="middle">(1)</td>
</tr>
</tbody>
</array>
</p>
...

Example 2

...
<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