Menu
The address
tag signifies that the enclosed information is contact information for a person, people, or organization. It can include a street address, email address, phone number, or any other type of contact information.
Example:
<address>
Article written by John Doe<br>
Email: <a href="mailto:[email protected]">[email protected]</a><br>
Phone: <a href="tel:+15559876543">(555) 987-6543</a>
</address>
Have a code example of <address>
? Submit a codepen.io demo and we'll showcase it here ↴