mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 03:30:17 +01:00
7 lines
218 B
HTML
7 lines
218 B
HTML
<table border>
|
|
<thead><tr><td>thead</td></tr></thead>
|
|
<tfoot><tr><td>tfoot</td></tr></tfoot>
|
|
<tr><td><div style="height:800px">row one</div></td></tr>
|
|
<tr><td><div style="height:800px">row two</div></td></tr>
|
|
</table>
|