blob: a380ff81fa9f3984f1c3781e24eb2bb09eee2a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
<colgroup>
<col width=100>
<col width=200>
<col width=300>
</colgroup>
<tr>
<td>100</td><td>200</td><td>300</td>
</tr>
</table>
</BODY></HTML>
|