address element | address object
[This documentation is preliminary and is subject to change.]
Represents the contact information for its nearest article or body element ancestor. If that is the body element, then the contact information applies to the document as a whole.
![]() |
Standards information
- HTML 4.01 Specification, Section 7.5.6
HTML information
| Closing Tag | required |
|---|---|
| CSS Display | block |
DOM Information
Inheritance Hierarchy
Node
address
Element
address
Remarks
Windows Internet Explorer displays the content of an address element in italic type.
Examples
This example uses the addresselement to make text appear in italic type.
<ADDRESS>This text will be in italic type.</ADDRESS>
See also
Build date: 3/8/2012
