mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|