HTML address tag

HTML <address> element is used to represent the contact information or the address of an author or institution.

 <address>
  Address: Cambridge, MA 02138, USA <br>
  Phone:+1 617-495-1000
 </address>

</>
Address: Cambridge, MA 02138, USA
Phone:+1 617-495-1000

Tag Uses

Specific uses of <address> tag

It may be used at the end of the body so that contact information applies to the whole page.

It may also be used at the end of an article.

Tag omission

Both starting and ending tags are necessary for the address element.

Global Attributes

All the global attributes are applicable on the address element.



Was this article helpful?