Example

A simple <address> tag to provide contact information:

Laboratory

description & Usage

The <address> tag is used for contact information. Usually, the contact information of the author (or owner) of the article or HTML document is written in it.

Most browsers display the <address> tag with the following style:

  1. italic text
  2. A line break is done at the beginning and end of the tag. (Block Level)

Notes

Note: The <address> tag is not limited to just physical addresses. It can contain all contact information such as phone number, email, physical address or social media profiles.

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
<address>

Global Attributes

The <address> tag supports the HTML Global Attributes.

Event Attributes

The <address> tag supports the HTML Event Attributes.

Default CSS

Most browsers will display the <address> tag with the following default style: