HTML <address>
query_builder | Christopher PisaniThe <address> tag, addresses the contact information for the author or owner of an article or document. It is usually put in the footer of the page.
Important Note :
In the address element, only contact information is permitted and is to be used in between the body tags.
Contact information example :
<address>
Produced by: Lorem Ipsum<br/>
Email: <a href="mailto:info@example.com">info@example.com</a><br/>
Visit website: <a href="www.example.com">www.example.com</a><br/>
Address: number, street, town, country<br/>
Contact Number: <a href="tel:+44 555599993333">+44 5555 9999 3333</a>
</address>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.