The clear property controls how block-level elements are rendered. This can be difficult to understand without an example.(By the way, all of these boxes are set to float: left.)
Here are the possible values for the clear property:
| Property | Value | Description |
| clear: | left | Keep block elements clear on the left |
| clear: | right | Keep block elements clear on the right |
| clear: | both | Keep block elements clear on both sides |
| clear: | none | Don't keep block elements clear on either side |