<address>
HTML <address> Element Reference
The HTML <address> element contains contact information for the nearest article or for the document as a whole.
Categories
- Sections
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical address element example.
<address>
Email <a href="mailto:hello@example.com">hello@example.com</a>
</address>