CLEAR Property In CSS
clear Property in CSS
clear property Declares the side(s) of an element where no previous floating elements are allowed to be adjacent.
Possible Value:
left right both none
Examplediv { clear:right; }
div { clear:both; }