<table cols=3>
<caption>?????????????????????</caption>
<thead>
<tr>
<th>Name<th>Address<th>Email
</tr>
</thead>
<tbody>
<tr>
<td>fvc<td>jjyf<td>nvhjv
</tr>
</tbody>
</table>
Note - you can have a <tfoot> <col> <colgroup> as well ....
<tfoot> can be used to put column 'headers' at the bottom of the table for users who have scrolled down - Netscape 4 ignores both the <thead> and the <tfoot> tag.
.....
Note the W3C table linearisation tools - http://www.w3.org/WAI/Resources/Tablin/
Last updated: 8 March 2002