mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
18 lines
702 B
HTML
18 lines
702 B
HTML
<html>
|
|
<body style="width:400px;">
|
|
<div style="float:left; width:200px; height:100px; background:yellow;"></div>
|
|
Hello
|
|
<table style="float:left;"><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>
|