Атрибут float
float Attribute
{ float: left | right | none}
Specifies whether the object floats, causing text to flow around it.
This attribute is not inherited.
Settings
With the value 'none', the element will be displayed where it appears in the
text. With a value of 'left' ('right') the margin properties will decide the
horizontal positioning of the image and the text will float on the right (left)
side of the image. With a a value of 'left' or 'right', the element is treated
as block-level (i.e. the 'display' property is ignored)