Computer Networking concepts

Wednesday, 26 February 2014

CONTACT INFORMATION 

Hello every one, Today i will tell you how to add your contact information in any document with the help of HTML tags. So lets start,
< html>
<body>
<address>
Written by tekchandrahi.blogspot.com<br> (br is line break in HTML)
<a href="tekchandrahee7@gmail.com">Email us</a><br> (a href= this is for link creation)
Address: H.N. 203c Adarshs Nagar, Naya Gaon, Mohali<br>
Phone: +919625423418
</address>
</body>
</html>


No comments:

Post a Comment