Answer:
The clear property stops floating of the main element to the right of the preceding block elements
Explanation:
The clear property specifies that which sides of the elements floating element are not allowed to be float.
It returns or sets the positions of an element in relation to the floating objects. If an element can be fitted horizontally in space next to other elements which is floated.
Syntax:
clear: none | left | right | both | initial;