left up right
Floating Content
float: left | right | none
clear: none | left | right | both
h3 (float:left; width:10%; background-color:pink}
p  {margin-left:12%; background-color:lemonchiffon}
...
<h3>A title</h3>
<p>A paragraph that appears to the right of the title</p>

A title

A paragraph that appears to the right of the title

h3 (float:right; width:10%; background-color:pink}
p  {margin-right:12%; background-color:lemonchiffon}

A title

A paragraph that appears to the left of the title

Several possibilities: