mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
12 lines
229 B
HTML
12 lines
229 B
HTML
|
<table border>
|
||
|
<tfoot><tr><td>tfoot</td></tr></tfoot>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td><div style="height:800px">this is row 1</div></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><div style="height:800px">this is row 2</div></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|