HTML <address> Tag
Description
The <address>
HTML tag is used to define contact information for the author or owner of a webpage, or for the content's creator. It typically includes details such as the name, physical address, phone number, email address, or other relevant contact information. This tag helps provide context and credibility to web content, making it easier for users to identify and reach out to the responsible party for a website or a specific piece of content. Additionally, search engines may use this information to improve search results or provide contact details in certain contexts.
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
The following table will show you the current browser support for the HTML <address>
tag.
Desktop | |||||
12 | 1 | 1 | 15 | 1 |
Tablets / Mobile | |||||
18 | 4 | 14 | 1 | 1 | 4.4 |
Last updated by CSSPortal on: 30th September 2023