1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Floating Elements
</title>
5 <style type=
"text/css">
6 div
, p
{ color: navy
; }
7 div
{ border: solid blue
; padding: 1em; width: 14em; margin: 10px; }
8 div p
{ margin: 0; width: 5em; float: left
; }
10 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/visuren.html#floats" title=
"9.5 Floats">
13 <p>There should be five numbers, in numerical order, below: on the first line
1,
2 and
3, on the second,
4 and
5.
</p>