blob: c4a5590121fcc069e89e52d830e448290e8206cc (
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
34
|
<html>
<body>
Resize to a small width:
<table border=1 cellspacing=50 bgcolor=lightgreen>
<TR>
<TD colspan=4>
Cell, and stuff to test out table cell layout. This
should be long enough for testing, but here's some more
just in case it's needed.
<TR>
<TD>1 22
<TD>a bb ccc dddd
<TD>a bb ccc dddd
<TD>1 22 333 4444 55555
</table>
<br>
<table border=1 cellspacing=50 bgcolor=lightgreen>
<TR>
<TD colspan=4>
This_is_a_cell_with_a_very_long_word_inside.
<TR>
<TD>1 22
<TD>a bb ccc dddd
<TD>a bb ccc dddd
<TD>1 22 333 4444 55555
</table>
<br>
<br>
</body>
</html>
|