Tuesday, 11 March 2014

How to link a other web page using html

hello friends

Today i will show you how to link a other web page in our page using link

First you have to write following code
<html>
<head>
<body>
<a href= "http://webdevelepmentindia.blogspot.in/"> My blog</a>
</p>This is link example</p>
</body>
</head>
</html>


With the help of this coding you will easily attach a link to any webpage


Thank you 

No comments:

Post a Comment