HTML Attribute: CLEAR

CLEAR Specifies the width of the tag in pixels.
HTML 3.2
Example(s):
clear="{ALL,LEFT,RIGHT,NONE}"
// The following will force text to appear after an image, not alongside it:
<img src="pix.jpg">
<br clear="ALL">
Tags: BR

© 2007 Prem Sobel. All Rights Reserved.