


<br> element
The Line Break element specifies that a new line must be started at the given
point. The new line indents the same as that of line-wrapped text.
Attributes
CLEAR
The CLEAR attribute may be used on the <br> tag to break the line and move down past
any floating images.
clear=left Breaks the line, and move vertically down until you have a clear left margin
(no floating images).
clear=right Does the same for the right margin.
clear=all Moves down until both margins are clear of images.