summaryrefslogtreecommitdiff
path: root/works/float-clear-first2.html
blob: ecf065dbc54fbacf9dbf63988629eca99c5dd921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<style>
div {width:4em; height:4em;}
</style>
</head>

<body>


<div style="background:red; float:left; clear:left;"></div>moose

<p style="clear:both;">Above, there should be a red box with the word &quot;moose&quot; to the right of it.</p>