#summary The address height attribute is a deprecated method of specifying the height of the element's bounding box. #labels about-html,is-html-attribute You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AddressElement
element] > *height attribute* == Usage == {{{ Copyright © 2007 John Doe }}} == Values == The `height` attribute specifies the height in pixels, and as such it must be a positive integer, or 0. Unlike heights in CSS, this attribute must NOT include the "px" unit of measure. The `height` attribute is always understood in pixels. == Elements == You can use the `height` attribute on the following elements: * [AddressElement ] * [AppletElement