<br clear="">
Browser |
|
---|---|
Type |
The clear attribute of the BR element is used to stop text wrapping around the iframe.
<br clear="all">
Attribute | Value | Explanation |
---|---|---|
clear=" " | left | clears the left (for the left-floating iframe) |
right | clears the right (for the right-floating iframe) | |
all | clears the both (for the left or right floating iframe) |
The use of this attribute is deprecated. (Use CSS instead)