References

Collection of references for web development.

HTML address tag

Description

The HTML <address> element represents the contact information for the document.

Example

<address>
Contact us at <a href="mailto:webmaster@example.com">webmaster@example.com</a><br>
Visit us at:<br>
Company Name<br>
37 Woodlands Road<br>
Hartshorne, Derbyshire<br>
HE67 7HG<br>
United Kingdom
</address>