blob: 6dfd676ea3eb0fe85f11cb4990fb587ae0f36e95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<body>
<br> This table has cell(min,max) < cellspacing
<table width=800 border=1 bgcolor=lightgreen>
<TR>
<TD width=800 colspan=2>C</TD></TR>
</table>
</body>
</html>
|