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 | |||||
Yes | 12 | Yes | 1 | Yes | 1 |
Tablets / Mobile | |||||
![]() |
|||||
Yes | Yes | 4 | Yes | Yes | Yes |
Last updated by CSSPortal on: 6th December 2019