User Guide / CSS Reference / CSS Properties
clear
Syntax
clear:
none | left | right | inside | outside | both
Default
none
Inherited
No
Comments
This property determines whether an element should be moved down the page in order to clear elements that have been floated to the left or right of the page. The left, right, inside and outside values correspond to values given to the float property, while both will clear floats on either side.