mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
229 B
HTML
12 lines
229 B
HTML
|
<table border>
|
||
|
<thead><tr><td>thead</td></tr></thead>
|
||
|
<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>
|