<td>

Table Data Cell (XHTML table model)

Definition

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

See W3C documentation for the XHTML table model.

Attributes

abbr Abbreviation (XHTML table model)
align Horizontal Alignment (XHTML table model)
alternate-form-of Alternate Form of Graphic, Media Object, Etc.
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.

Model Information

Content Model

<!ELEMENT %td.qname;  %td.content; >

Description

Any combination of:

This element may be contained in:

<tr> Table Row (XHTML table model)

Tagged Example


...
<sec id="bid.268">
<title>Taxids</title>
<table-wrap id="bid.269">
<label>1</label>
<caption>
<title>Files on the taxonomy FTP site.</title>
</caption>
<table>
<thead>
<tr>
<th align="left" valign="top">File</th>
<th align="left" valign="top">Uncompresses to</th>
<th align="left" valign="top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top">taxdump.tar.Z<xref ref-type="fn" 
rid="mul2"><sup><italic>a</italic></sup></xref></td>
<td align="left" valign="top">readme.txt</td>
<td align="left" valign="top">A terse description of the dmp 
files</td>
</tr>
<tr>
<td align="left" valign="top"/>
<td align="left" valign="top">nodes.dmp</td>
<td align="left" valign="top">Structure of the database; lists 
each taxid with its parent taxid, rank, and other values 
associated with each node (genetic codes, etc.)</td>
</tr>
...
</tbody>
</table>
<table-wrap-foot>
<fn symbol="a" id="mul2">
<p>For non-UNIX users, the file taxdmp.zip includes the 
same (zip compressed) data.</p>
</fn>
</table-wrap-foot>
</table-wrap>
<p>Each taxon in the database has a unique identifier, 
its taxid. ...</p>
</sec>
...

Module

xhtml-table-1.mod