Address
Element styles for <address>. Resets the browser default italic to font-style: normal.
Styling
| Property | Value |
|---|---|
font-style | normal |
Preview
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.
