ADDRESS Tag in HTML | HTML Tags
×

ADDRESS (<address>) Tag

3224

The <address> tag specifies the author's contact information.

The <address> provides contact information about the author of the section or documents i.e. a postal address, and e-mail address, telephone number, city, or country, etc.

In HTML 4.01 <article> tag is not supported so it is very important to use <address> tag to define contact information. Important attributes like global and event also support (<address>) Tag.

Browsers Support:

Google Chrome
Firefox
Safari
Internet Explorer





Code:

<!DOCTYPE html>  
<html>
<head>
<title> address Tag </title>
</head>
<body>
<h2> Address tag example </h2>
<address>
Ms Jai <br>
<a href="">Dummy@example.com</a><br>
107 Coding Tag<br>
Delhi , India<br>
+91 0000 00 0000
</address>
</body>
</html>

Result:




Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments