asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Element Attributes > CLEAR Attribute

CLEAR Attribute | clear Property


Sets or retrieves the side on which floating objects are not to be positioned when a line break is inserted into the document.

Syntax

Inline <BR CLEAR = 'all' | 'left' | 'right' | 'none'...>
Script br.clear = sValue ]

Possible Values

all Object is moved below any floating object.
left Object is moved below any floating object on the left side.
right Object is moved below any floating object on the right side.
none Floating objects are allowed on all sides.

The property is read/write with no default value.

Applies To

BR


Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note