|
This is an example of setting the various properties for the html table.
<table id="table-tag">
<caption id="caption-tag"/>
<thead id="thead-tag"><tr><td>head1</td>
</tr>
</thead>
<tfoot id="tfoot-tag"><tr><td>foot1</td>
</tr>
</tfoot>
<tbody id="tbody-tag"><tr><td>col-1-1</td>
</tr>
</tbody>
</table>
|
|||||