![]() |
The The contact information can be an email address, URL, physical address, phone number, social media handle, etc. The text in the |
Example:
HTML
<address>
Written by <a href="mailto:[email protected]">Jon Doe</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
Example:
HTML
<style>
address {
display: block;
font-style: italic;
}
</style>
<p>An address element is displayed like this:</p>
<address>
Written by <a href="mailto:[email protected]">Jon Doe</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
HTML Contact information for HTML <address> Tag | HTML Tag |
Browser Support for HTML <address> Tag | HTML Tag |
Default CSS Settings for <address> Tag | HTML Tag |
Read Full: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 71 |
Reffered: https://www.w3schools.com/tags/tag_address.asp