Syntax
<BR>
Attribute Specifications
CLEAR=[ left | all | right | none ] (clear floating objects)
core attributes
Contents:
Empty
Contained in:
Inline elements, Block-level elements
<IMG SRC="logo.gif" ALIGN=left TITLE="Learn logo">Learn logo.
<BR CLEAR=left>
<P>Europes premiere web experience...
Learn logo.
Europes premiere web experience...
Style sheets provide more flexibility in controlling text flow around objects and eliminate the need to use BR for this purpose since CSS1's clear property can be applied to any element (such as the second paragraph in the preceding example).