| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>CSS 2.1 Test Suite: float</title> |
| p { margin: 0; padding: 0; font-size: 3em; } |
| .eight {float: left; width: 25%; |
| background-color: #000080; color: white; |
| .nine {float: right; width: 25%; |
| background-color: teal; color: white; |
| <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats"> |
| ⇦ This blue box should be on the left. |
| This teal box should be on the right. ⇨ |
| This text should be in between a blue box on the ⇦left and a teal box on the right⇨. |