The float
property determines which side the element will align to, with other elements flowing around it on other sides.
When the value of the float
property is none
, the element is rendered on the page as normal, while allowing one line of wrapping text to be on the same line as the element itself.
float: left | right | top | bottom | start | end | none | page-floats;