Skip to content

Address

Element styles for <address>. Resets the browser default italic to font-style: normal.


Styling

PropertyValue
font-stylenormal

Preview

Allan Hansen
Copenhagen, Denmark
hello@example.com

Usage

html
<address>
  Allan Hansen<br />
  Copenhagen, Denmark<br />
  <a href="mailto:hello@example.com">hello@example.com</a>
</address>

The <address> element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.