Tag Description
<address> Addresses should be marked to assist with the accessibility of the website. Doing so will tell screen readers and other accessibility tools that the content is an address and deal with it correctly.

Example:

HTML Code Display

<address>
Written by W3Schools.com<br />
<a href="mailto:us@example.org">Email us</a><br />
Address: Box 564, Disneyland<br />
Phone: +12 34 56 78 
</address>
            
Written by W3Schools.com
Email us
Address: Bos 564, Disneyland
Phone: +12 34 56 78