![]() |
The HTML The contact information can be an email address, URL, physical address, phone number, social media handle, etc. The text in the |
<address>
Written by John Doe.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<p>The HTML address element defines contact information (author/owner) of a document or article.</p>
<address>
Written by John Doe.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
</body>
</html>
What is HTML Quotations | HTML Quotations |
How to create HTML <blockquote> for Quotations | HTML Quotations |
How to create HTML <q> for Short Quotations | HTML Quotations |
How to create HTML <abbr> for Abbreviations | HTML Quotations |
How to create HTML <address> for Contact Information | HTML Quotations |
How to create HTML <cite> for Work Title | HTML Quotations |
How to create HTML <bdo> for Bi-Directional Override | HTML Quotations |
Example of HTML <address> for Contact Information | HTML Quotations |
Full Example of HTML <address> for Contact Information | HTML Quotations |
Read Full: | HTML Quotations |
Category: | Web Tutorial |
Sub Category: | HTML Quotations |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 41 |
Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_formatting_address