summaryrefslogtreecommitdiff
path: root/legacy/works/clearing-no-floats.html
blob: b0aebad43b7308aa34f5c1a88d4960301f775d1d (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Float / clear test</title>
</head>
<body>

<div style="width: 910px;">
boo
<div style="width: 600px; float: left;">
left left left left left left left left left left left left left left left left
left left left left left left left left left left left left left left left left
left left left left left left left left left left left left left left left left
left left left left left left left left left left left left left left left left
</div>

<div style="float: left; clear: right; width: 300px;">
hello hello hello hello hello hello hello hello hello hello hello hello hello
hello hello hello hello hello hello hello hello hello hello hello hello hello
</div>

</div>

</body>
</html>