#summary The address align attribute specifies the horizontal alignment of the element within its bounding box. #labels about-html,is-html-attribute You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AddressElement
element] > *align attribute* == Usage == {{{ Copyright © 2007 John Doe }}} The `align` attribute is deprecated in favor of the [TextAlignCSSProperty text-align CSS property], but browsers still support it. == Values == * `left` (default) * `center` * `right` == Elements == You can use the `align` attribute on the following elements: * [AddressElement ] * [AppletElement