Simple Data Tables

simple table

<table ... Width="60%"summary="Fund performance 1998-2000">
   <tr><td colspan="5"align="center">Performance</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>

(42) March 2003 ©2003 Jim Allan, John Slatin, Jim Thatcher previous Index Next