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

7 lines
218 B
HTML
Raw Normal View History

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