<BR>
The <BR> Tag is used to make text break, adding a line
break.
D.J. Quad
djquad@quadzilla.com
D.J. Quad<br>djquad@quadzilla.com
The <BR> Tag also supports the CLEAR command, which
clears elements to the left, right, or all (both sides).
The image is aligned left and this text ends with
br clear="all". In this case, it will keep the space left in the
image and not continue the text until it is clear of the image.
The available CLEAR attributes are LEFT, RIGHT, and ALL.
<img src="../images/brclear.gif"
width="150" height="100" alt="Swatch"
align="left">This text ends with br clear="all". In this
case, it will keep the space left in the image and not continue the text until it is clear
of the image.<br clear="all">The available CLEAR attributes are LEFT,
RIGHT, and ALL.
|