HTML address Tag

PHOTO EMBED

Tue Feb 08 2022 08:38:47 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #java #javasc #php #sass

<!DOCTYPE html>
<html>
<head>
    <title>Example of HTML address tag </title>
</head>
<body>
    <address>
        Written by <a href="mailto:hello@example.com">Alson</a>.<br> 
        Contact us at:<br>
        street NO:, Hollywood<br>
        USA
    </address>
</body>
</html> 

content_copyCOPY

This address element is used to mark up the contact details fot the other of the document.so that the user may use these details to contact the document's owner.

http://www.elementtutorials.com//ref/address.html