#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 ] * [OlElement
      ] * [PElement

      ] * [PreElement

      ]
        * [TableElement ]
        * [UlElement 
        ] == Browser compatibility == [ArticleBrowserCompatibilityLegend Compatibility table legend] || *Test* || *IE8* || *IE7* || *IE6* || *FF3* || *FF2* || *Saf3* || *Op9* || *Chrome* || || [http://doctype.googlecode.com/svn/trunk/tests/html/attributes/address-clear-all-reflection-test.html address.clear reflects
        ] || Y || Y || Y || N || N || N || Y || N || || [http://doctype.googlecode.com/svn/trunk/tests/html/attributes/address-clear-both-reflection-test.html address.clear reflects
        ] || Y || Y || Y || N || N || N || Y || N || || [http://doctype.googlecode.com/svn/trunk/tests/html/attributes/address-clear-left-reflection-test.html address.clear reflects
        ] || Y || Y || Y || N || N || N || Y || N || || [http://doctype.googlecode.com/svn/trunk/tests/html/attributes/address-clear-none-reflection-test.html address.clear reflects
        ] || Y || Y || Y || N || N || N || Y || N || || [http://doctype.googlecode.com/svn/trunk/tests/html/attributes/address-clear-right-reflection-test.html address.clear reflects
        ] || Y || Y || Y || N || N || N || Y || N || == Further reading == * [http://www.blooberry.com/indexdot/html/tagpages/a/address.htm The history of the clear attribute on blooberry.com]