The clear
property can be attached to block level objects to render them in a single-line box. No content (including the floating objects) is added on the left side or on the right side.
The possible values are
Properties | Description |
---|---|
none | |
left | the left side of the element will be cleared |
right | the right side of the element will be cleared |
both | the both sides of the elements will be cleared |
<h2 style="clear: left;">heading 2</h2>