blob: f4b2984e1bde42c51106e341a3b9a20d8807afee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<html>
<body style="width:400px;">
<div style="float:left; width:200px; height:100px; background:yellow;"></div>
Hello
<br clear=all><table><tr><td>
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
This is some very long text. This is some very long text.
</table>
</body>
</html>
|