HTML <address> Tag
HTML address tag:
This is a double tag. <address> This is the beginning tag and </address> this is the closing tag. This <address> element defines the contact information for the owner/author of an article a document. If the <address> tag is under the <body>tag, it personate contact information for the HTML document. This tag using for displaying author/owner/writer Address.
<address>=Address.
Copy this code and past your page.
Example:
Result:
Visit us at:
Tvlover.pw
Box 569, California
USA
Support Browser
- Elements Attributes: None.
- Html Version Differenc: Differences Between HTML 5 and 4.01.
The <article> element HTML 4.01 does not support, but the <address> element always defines the contact information of the document's owner/author in HTML 4.01.- Html Version Differenc: Differences Between HTML 5 and 4.01.
Note: This tag can't be used to describe a postal address, unless it is a part of the contact information.
If you want Displaying Any Address using HTML code, Use HTML<address> element.
2. What is the using for <address> tag ?
3. What is the definition of <address> tag ?
4. What is the <address> tag mean ?
5. How can You displaying address using HTML?