blob: 97e8f7e604a65d82084ae4e574f1293bd43a7c18 (
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
|
<html>
<head>
<title>Test 6</title>
</head>
<body>
<table border=1>
<tr><td colspan=2>Cell, and stuff to test out table cell layout.
This should be long enough for testing.
<tr><td>Cell 1<td>
<table border=1>
<tr><td colspan=2>Cell, and stuff to test out table cell layout.
This should be long enough for testing.
<tr><td>Cell 2<td>
<table border=1>
<tr><td colspan=2>Cell, and stuff to test out table cell layout.
This should be long enough for testing.
<tr><td>Cell 3<td>
<table border=1>
<tr><td colspan=2>Cell, and stuff to test out table cell layout.
This should be long enough for testing.
<tr><td>Cell 4<td>Last Cell
</table>
</table>
</table>
</table>
</body>
</html>
|