Text
Address
Published on
Description
The address element provides contact information for the nearest <article> or <body> ancestor. It typically contains physical addresses, email links, and phone links.
Example
Accessibility
- The
<address>element has no specific ARIA role but provides semantic grouping for contact information. - Use
tel:links for phone numbers andmailto:links for email addresses to enable native device actions. - Do not use
aria-labelon links within the address — it is not translated by browser translation services.
References
- aria-label Does Not Translate (opens in new tab) — Adrian Roselli
Related
- Address input — for address form fields
- Links — for general link patterns
Variables
None for address