#summary The address clear attribute is a deprecated method of clearing certain styles.
#labels about-html,is-html-attribute
You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AddressElement
element] > *clear attribute*
== Usage ==
The `clear` attribute negates the effect of the [FloatCSSProperty float] style. This attribute is deprecated, in favor of using the [ClearCSSProperty clear] CSS property, but browsers still support it.
{{{
This text is floated left.
Copyright © 2007 John Doe
}}}
`none`, `left`, `right`, or `both`. The default value is `none`.
== Elements ==
You can use the `clear` attribute on the following elements:
* [AddressElement ]
* [BlockquoteElement ]
* [BrElement
]
* [DdElement ]
* [DirElement ]
* [DivElement ]
* [DlElement
]
* [DtElement - ]
* [HrElement
]
* [LiElement - ]
* [MenuElement