What were floats originally designed for?
To wrap images around text
What are clears for with floats?
It allows for no sibling within a parent element can touch the left of right side of a container
What are some of the downsides for using floats in layout design?
If the parent element only has floated children some browsers will interpret it to be zero pixels tall.