summaryrefslogtreecommitdiff
path: root/old/test/tables/per.5.html
blob: 3fb2074f2253c795c3a3d89cda45421720627df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<body>

Resize to a small width:
<table border=1 cellspacing=10 bgcolor=lightgreen>
 <TR>
  <TD>Cell</TD>
  <TD ROWSPAN=3>
   Cell, and stuff to test out table cell layout. This
   should be long enough for testing. </TD></TR>
 <TR><TD>Cell</TD></TR>
 <TR><TD>Cell</TD></TR>
</table>

<br>
<br>

</body>
</html>