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

31 lines
424 B
HTML

<html>
<body>
test THEAD
<TABLE border>
<COLGROUP>
<COL width="70">
<COL width="120">
</COLGROUP>
<COLGROUP span="2" width="0*">
<THEAD>
<tr>
<th>cell H-1
<th>cell H-2
<th>cell H-3
<th>cell H-4
</THEAD>
<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
</table>
last text
</body>
</html>