left up right
Relative
p.p1 {position:relative;top:150pt; left:50pt}
p.p2 {position:relative;top:100pt; left:100pt}
p.p3 {position:relative;top:50pt;  left:150pt}
p.p4 {position:relative;top:0pt;   left:200pt}
p.p5 {position:relative;top:-50pt; left:250pt}
p.p6 {position:relative;top:-100pt;left:300pt}
. . . 
<div style="position:relative">
<p class="p1">This is the first paragraph</p>
. . . 

This is the first paragraph

This is the second paragraph

This is the third paragraph

This is the fourth paragraph

This is the fifth paragraph

This is the sixth paragraph