1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <style type=
"text/css">
5 div
{ border: 1px solid teal
; padding: 4px; margin: 4px; }
7 .right { float: right
; }
8 .size { width: 150px; height: 150px; }
13 <p>The content before should be to the right of the inner square,
14 and both it and the inner square should be surrounded by an outer box.
</p>
16 <div class=
"left"><div class=
"size left"></div>content before
</div>