Text

Address

Published on

Description anchor

The address element provides contact information for the nearest <article> or <body> ancestor. It typically contains physical addresses, email links, and phone links.

Example anchor

Open in new tab (opens in new tab)
View HTML markup
  <address>
  <p><a href="mailto:user+alias@example.org">user+alias@example.org </a></p>
  <p><a href="tel:+10000000000x000">+1-000-000-0000 x000 </a></p>
  <p>Unit A, 1 Address Street, City, Region, Country, Postcode</p>
</address>

Accessibility anchor

  • The <address> element has no specific ARIA role but provides semantic grouping for contact information.
  • Use tel: links for phone numbers and mailto: links for email addresses to enable native device actions.
  • Do not use aria-label on links within the address — it is not translated by browser translation services.

References anchor

Variables anchor

None for address