ADDRESS (<address>) Tag
0 3546
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:
Share:
Comments
Waiting for your comments