HTML Input Address

HTML Input Address  


     If you want to place a address in your website then the <address>..</address> tag will help you lot, because you need not to do any text formatting to your address.

Input Address Example:


<!DOCTYPE HTML>
<HTML>
<HEAD>
    <TITLE>Contact Information</TITLE>
</HEAD>
<BODY>
    <address>
    Written By Suraj Khadekar<br>
    <a href="mailto:youthway12@gmail.com">Email Us</a><br>
    Address : Programming World<br>
    Phone : 000000000
    </address>
</BODY>
</HTML>

Output :

Post a Comment

0Comments
Post a Comment (0)