what do you understand by float properties
Answers
Answer:
The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the page, though still remaining a part of the flow
There are four possible values for the CSS float property:
left : elements float on the left side.
right : elements float on the right side.
none : elements do not float.
inline-start : elements float on the start side of the containing block.
inline-end : elements float on the end side of the containing block.
Answer:
The float property is used to change the normal flow of an element.It defines how an element should float and place and element honest container on its container's right or left side.
Explanation:
hope it is helpful!!¡!!