Computerhelp4all logo Articles AboutTopicsQuizzesComputer Questions & AnswersComputer Terms & DefinitionsActivitiesContact

What Is The HTML <address> Tag?

What Is The HTML Address Tag

Date First Published: 1st October 2023

Topic: Web Design & Development

Subtopic: Web Development

Article Type: Computer Terms & Definitions

Difficulty: Medium

Difficulty Level: 5/10

Learn more about what the HTML <address> tag is in this article.

In HTML, the <address> tag is used to define the contact information for the author of an article, document, or section. It often contains the email address, phone number, physical address, URL, and other information and is compatible with all modern web browsers.

This HTML tag should not be used to style made-up postal addresses as it should contain the main contact information. To style a random address, use the <p> tag.

Example Of The <address> Tag

An example of the address tag can be seen below:

<address> You can directly contact us at <a mailto="[email protected]">[email protected]</a>. </address>
You can directly contact us at [email protected].


Feedback

  • Is there anything that you disagree with on this page?
  • Are there any spelling, grammatical, or punctuation errors on this page?
  • Are there any broken links or design errors on this page?

If so, it is important that you tell me as soon as possible on this page.


Comments