blob: 040588c88b049202136b659a266645a3b9dad2b1 [file] [log] [blame]
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
</head>
<body>
<table id="item1" width="100%">
<colgroup>
<col width="20%"/>
<col width="20%"/>
<col width="20%"/>
<col width="20%"/>
<col width="20%"/>
</colgroup>
<tbody>
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
<td>Four</td>
<td><p><br/></p></td>
</tr>
<tr>
<td>Five</td>
<td>Six</td>
<td>Seven</td>
<td colspan="2">A</td>
</tr>
<tr>
<td>Nine</td>
<td>Ten</td>
<td>Eleven</td>
<td colspan="2">C[]</td>
</tr>
<tr>
<td>Thirteen</td>
<td>Fourteen</td>
<td>Fifteen</td>
<td>Sixteen</td>
<td><p><br/></p></td>
</tr>
</tbody>
</table>
</body>
</html>