Tuesday, February 21, 2012

How to use address Tag in HTML

We can easily use address tag to show address. From the following example we will show the use of address tag
<html>
<body>

<address>
<b>INFOJANALA.BLOGSPOT.COM</b><br>
Rajshahi,Bangladesh<br>
email:eee.mostafizur@gmail.com<br>
mostafizur_put@yahoo.com<br>
</address>
</body>
</html>
The Output will be

No comments:

Post a Comment