RetroZilla/layout/html/tests/table/printing/thead.html

12 lines
229 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>