The clear attribute is used when text and inline images are placed on a page. Text that follows an image on a page will usually be placed beside the image, even if the image is followed by a line break tag. Options that are used with the line break are left, right all, or none.
By using the clear attribute after an image, the text will be displayed below it.
Example:
align="left" height="50" width="200" alt="Puppy Running"
border="0">
This text would appear below the image, not beside it
This text would appear below the image, not beside it