jackmyers.info

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.
This section will try to "fit in" where it can, around the floating elements. I want to turn off all the floating, so the footer will not behave like this. The footer is set to style "clear:both"