+ 7
Help over here CSS geeks
explain to me what float element does please
4 Answers
+ 6
It aligns an HTML element to the left or right of other HTML elements.
+ 3
It's make an the element float :P
if you have 3 paragraphs with float left, they will pile one each other.
like
par1 par 2 par 3
instead of
par1
par2
par3.
Check it on code playground, it will be morea easy if its graphic.
+ 2
float element shift an element to desired position.
e it left or right.
jt helps to allow elements side by side
+ 1
any text will either be on the left or the right after u style it with CSS float element