Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

clear

The clear property specifies if a tag allows floating tags to its sides. You can set this property to left, right, both or none.

Enter left to move the tag below any floating element on its left, enter right to do the same for floating tags on the right, enter both to move the tag below floating tags on both of its sides. The other value is none, which is the initial value.

This property works is a similar way to <br clear=left|right|all|none> but you can apply it to every tag.