I am a paragraph in a section which floats left.
- float
- With CSS float, an element can be pushed to the left or right, allowing other elements to wrap around it.
- clear
- Elements after the floating element will flow around it. To avoid this, the clear property specifies which sides of an element are prohibited from displaying floating elements.
I am a paragraph in a section which floats right.
- float
- With CSS float, an element can be pushed to the left or right, allowing other elements to wrap around it.
- clear
- Elements after the floating element will flow around it. To avoid this, the clear property specifies which sides of an element are prohibited from displaying floating elements.