CSS Clear Property

Description:
The clear property defines the sides of the element that should not
float. It turns off the floating to that specific side.
Syntax:
clear: [value];
Possible Values:
- none
- left
- right
- both
- inherit
Initial Value:
none
Applies To:
Block-level elements
Inherited:
No
Media:
Visual
Example:
clear: right;





