How To Make Link Using HTML Coding

You need to set up coding if you want to link your page with another page. In the HTML programming, it is so simple and easy to make a link with another. The linked page or website is in the <a herf=...>. You must do under this rules to do so. To make a link from one website to another using HTML is so easy and simple. Just coding some steps and you will do it easily.

Follow the codings bellow... 

<html>
<body>

<a href =''http://www.freetutorials24.blogspot.com''>This is a link</a>

</body>
</html>


You will able to do so if you practice more and more.



 

No comments:

Post a Comment