<tbody>

Table Body (XHTML table model)

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

See W3C documentation for the XHTML table model.

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

...
<body>
<p><italic>Goniocyclus hannibalensis</italic> is founded on specimens that 
cannot be related to a precise stratgraphic position within the excavated 
succession; consequently faunal relationships cannot be expressed with certainty. 
...Preliminary reports of the ancestral 
<italic>Goniocyclus</italic> species are described as:
<array>
<tbody>
<tr>
<td>Suborder</td>
<td><sc>Goniatitina</sc> (Hyatt, 1884)</td>
</tr>
<tr>
<td>Superfamily</td>
<td><sc>Pericyclaceae</sc> (Hyatt, 1900)</td>
</tr>
<tr>
<td>Family</td>
<td><sc>Pericyckidae</sc> (Hyatt, 1900)</td>
</tr>
<tr>
<td>Genus</td>
<td><sc>Goniocyclus</sc> (Gordon, 1986)</td>
</tr>
<tr>
<td>Type Species</td>
<td><italic>Goniatites blairi</italic> (Miller and Gurley, 1896)</td>
</tr>
</tbody>
</array></p>
...
</body>
... 

Module

xhtml-table-1.mod