HTML Attribute for <P ...>
CLEAR =LEFT |RIGHT |ALL |BOTH

Usage Recommendation
Use <BR CLEAR="..."> instead.

CLEAR is recognized by some browsers and works very much like <BR CLEAR="...">. However, it is not standard HTML and is still widely unsupported, so use <BR CLEAR="..."> instead.

<BR ...> >