HTML address Tag Tutorial

In this section, we will learn what HTML <address> element is and how it works.

What is <address> Tag in HTML?

Typically, in websites you see contact information that contains address, phone numbers, social media links, etc. These are basically the ways in which we can connect to the author or the owner of that website.

We use HTML <address> element to set this contact information in a webpage.

Browsers usually display the values within the body of <address> element in italic format and also add an empty line before and after the values of the <address> element.

HTML <address> Tag Syntax:

<address> Contact Information </address>

HTML <address> Tag Values

Within the body of the <address> element, we set the contact information of the author or owner of the website, including phone numbers, email addresses, office address, social media links, etc.

Example: contact us page in HTML

See the Pen contact us page in HTML by Omid Dehghan (@odchan1) on CodePen.

Facebook
Twitter
Pinterest
LinkedIn

Top Technologies