Is a keyword indicating that the element must float on the left side of its containing block.
Is a keyword indicating that the element must float on the left side of its containing block.
MDN
Is a keyword indicating that the element must not float
Is a keyword indicating that the element must not float
MDN
Is a keyword indicating that the element must float on the right side of its containing block.
Is a keyword indicating that the element must float on the right side of its containing block.
MDN
The float CSS property specifies that an element should be taken from the normal flow and placed along the left or right side of its container, where text and inline elements will wrap around it. A floating element is one where the computed value of float is not none.
MDN