gecko-dev/htmlparser/tests/html/col014.html

22 строки
345 B
HTML

<html>
<body>
test COLGROUP at the end of the table
<br> MS IE4.0 ignores it.
<TABLE border>
<tr>
<td>cell 1-1
<td>cell 1-2
<td>cell 1-3
<td>cell 1-4
<tr>
<td>cell 2-1
<td>cell 2-2
<td>cell 2-3
<td>cell 2-4
<COLGROUP span="2" width="150">
<COLGROUP span="2" width="0*">
</table>
last text
</body>
</html>