blob: 452cf22c2031382505993f99e9472414f2bee821 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<body>
<table border=1 bgcolor=lightgreen>
<TR>
<TD colspan=2> Cell, and stuff to test out table cell layout. This
should be long enough for testing. </TD>
<TR>
<TD> Cell, and stuff to test out table cell layout. This
should be long enough for testing. </TD>
<td>Cell
</TR>
</table>
</body>
</html>
|