Simple Data Tables

screen shot of simple table

<table border="1" ... summary="Fund performance for 1998-2000" >
<tr><td colspan="5"align="center">
<strong>Performance</strong></td></tr>
<tr>
<td width="20%"></td>
<th width="10%" scope="col">1998</th>
<th width="10%" scope="col">1999</th>
<th width="10%" scope="col">2000</th>
</tr>
<tr>
<th scope="row">Fund</th>
<td>17.7</td>
...
</table>



(41t) Copyright © 2003 Knowbility, Inc. Previous index Next