First page Back Continue Last page Graphics
Table example
<table summary="Glory is the American Bear; Osito is the Mexican Bear">
<caption align="center" valign="top">
Beanie Babies!
</caption>
<tr>
<th>Bear Name</th>
<th>Description</th>
</tr>
<tr>
<td>Glory</td>
<td>American Bear</td>
</tr>
<tr>
<td>Osito</td>
<td>Mexican Bear</td>
</tr>
</table>