|
Consider the following visual scenario, where text flows to the right of an image until a line is broken by a BR:
********* -------
| | -------
| image | --<BR>
| |
*********
|
If the clear attribute is set to none, the line following BR will begin immediately below it at the right margin of the image:
********* -------
| | -------
| image | --<BR>
| | ------
*********
|
If the clear attribute is set to left or all, next line will appear as follows:
********* -------
| | -------
| image | --<BR>
| |
*********
-----------------
|