RetroZilla/parser/htmlparser/tests/html/col011.html
2015-10-20 23:03:22 -04:00

32 lines
385 B
HTML

<html>
<body>
Test empty THEAD tag. MS IE4.0 gives small space for each empty tr tag.
<TABLE border>
<THEAD>
<tr>
<tr>
<tr>
<tr>
<tr>
<tr>
<tr>
<tr>
</THEAD>
<TBODY>
<tr>
<td>cell 1-1
<td>cell 1-2
<td>cell 1-3
<td>cell 1-4
</TBODY>
<tr>
<td>cell 2-1
<td>cell 2-2
<td>cell 2-3
<td>cell 2-4
</table>
last text
</body>
</html>