| 12345678910111213 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>Float-Left and a Div with ClearLeft</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </head>
- <body>
- <div id="Div1" style="width: 50px; height: 5px; margin: 3px; border: 2px solid red; padding: 5px; float: left;">
- </div>
- <div id="Div2" style="clear: left;">Div2</span>
- </div></body>
- </html>
|