CSS for float-test1

  <script>
    html  { background-color: red; }  # 0,0,0,1
     html *  { padding 5px; }  # 0,0,0,1
     body  { background-color: gray; margin: 10px; border: 2px black solid; width: 450px; }  # 0,0,0,1
     p  { margin: 5px; border: 2px solid black; }  # 0,0,0,1
  </script>
  

Page Content

<div style="float: left; width: 201px; border: 1px dashed gray;">
<p style="background-color: blue;">paragraph 1 and various other texts.
with more filler: blagh blagh blagh blah</p>
<p style="background-color: green;">paragraph 2 and various other texts.
with more filler: blagh blagh blagh blah</p>
</div>
<p style="background-color: yellow;">paragraph 3 and various other texts.
with more filler: blagh blagh blagh blah</p>
<p style="background-color: brown;">paragraph 4 and various other texts.
with more filler: blagh blagh blagh blah</p>

  

paragraph 1 and various other texts. with more filler: blagh blagh blagh blah

paragraph 2 and various other texts. with more filler: blagh blagh blagh blah

paragraph 3 and various other texts. with more filler: blagh blagh blagh blah

paragraph 4 and various other texts. with more filler: blagh blagh blagh blah