HTML <address> Tag

Description

The <address> HTML element is intended to store the authors contact information (address, phone, e-mail, link to the site, etc.) and can include any HTML elements such as links, text, selections, etc. It is planned that search engines will analyse the content of this element to collect information about the authors.
By default, text inside the <address> container is displayed in italics.

Properties

Permitted Parents
Any element that accepts flow content, but always excluding <address> elements.
Content
<p>, inline and text
Start/End Tags
Start tag: required, End tag: required

Example

<address>CSS Portal<br>123 This Street<br>My Suburb</address>

Attributes

None

Global Attributes

The <address> tag also supports the Global Attributes in HTML5

Event Attributes

The <address> tag also supports the Event Attributes in HTML5

Browser Support

Desktop
Explorer Edge Chrome Firefox Opera Safari
Yes12Yes1Yes1
Tablets / Mobile
Android Chrome Firefox Opera Safari Samsung
YesYes4YesYesYes

Last updated by CSSPortal on: 6th December 2019