blob: 25a652fdfb5e2aef5eba8aacbfa380cb9509e88c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
<colgroup>
<col>
<col width=200>
</colgroup>
<tr>
<td>c11</td><td>c12</td>
</tr>
</table>
</BODY></HTML>
|