The clear property specifies on which sides of an element floating elements are not allowed to float.
clear: none|left|right|both|initial|inherit;
img { float: left; } p.clear { clear: both; }