summaryrefslogtreecommitdiff
path: root/old/test/tables/per.1.html
blob: 94f6444be2b9c80536f528f36f213273f9796fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<body>

<table border=1 cellspacing=10 bgcolor=lightblue>
<TR><TD>Cell</TD><TD COLSPAN=2 ROWSPAN=2>

<table border=1 cellspacing=0 bgcolor=lightgreen>
 <TR>
  <TD>Cell</TD>
  <TD COLSPAN=2 ROWSPAN=2> 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>
   <TD> Cell, and stuff to test out table cell layout.
        This should be long  enough for testing.</TD><TD>Cell</TD></TR>
</table>

</TD></TR>
<TR><TD>Cell</TD></TR>
<TR><TD>Cell</TD><TD> 
 Cell, and stuff to test out table cell layout.
 This should be long enough for testing.
 </TD><TD>Cell</TD></TR>
</table>

<br>
<br>

 <a href="https://www.dillo.org/test/tables/www.loc.gov">www.loc.gov</a>
</body>
</html>