Version: Level 1
Compability: IE4+ N4+
The float property allows you to determine where an image will appear within a text or element. This property is not inherited.
Image and text elements that appear embedded within a text or another element are called floating elements.
img { float: left; }
img { float: right; }
img { float: none; }<img src="/images/guru.gif" style="float: right;">
<img src="/images/guru.gif" style="float: none;">
