Address Tag
<Address>
Explanation
Address tag is used to describe the particulars of a place for e.g. address.
If it is placed in a <body>, then it shows contact details for document.
<address>
Text <a href="Mail ID">Text</a>
</address>
Example Code:
Result :
- Text placed inside <address> will be exhibited in "Italic" style.
- This element inserts 'single line breaks'.
- Use this tag only when it is necessary to show the contact details.
- If it is inserted in a <article>, then it shows contact details for the article.
It is available in previous versions of the HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It will function in all the browsers.