Bill Kennelly's HTML Tag Reference
BR - line break
Description
The <BR> tag inserts a line break. If text is wrapping around an element such as an image, then use the CLEAR attribute to force the text to the next clear line.
Syntax
<BR CLEAR="right|left|all" >
Attributes
CLEAR specifies that text should not wrap around one or both sides of an element such as an image.
  • ALL prevents text from wrapping around an element on either side - text starts on a completely clear line.
  • LEFT specifies that text should appear at the next clear left margin - text not allowed to wrap to the left of an element.
  • RIGHT specifies that text should appear at the next line that has a clear right margin - text not allowed to wrap to the right of an element.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups