RetroZilla/parser/htmlparser/tests/html/col013.html

22 lines
338 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
test COLGROUP in middle of TBODY
<br> MS IE4.0 takes it!
<TABLE border>
<tr>
<td>cell 1-1
<td>cell 1-2
<td>cell 1-3
<td>cell 1-4
<COLGROUP span="2" width="150">
<COLGROUP span="2" width="0*">
<tr>
<td>cell 2-1
<td>cell 2-2
<td>cell 2-3
<td>cell 2-4
</table>
last text
</body>
</html>