HTML Link by PHP, MySQL, CSS, HTML and SEO Tutorials

In html file the links tag is <a>. It starts at <a> and ends at </a>. The policy of using this tags is

1. Open Notepad.
2. write the codes like below.

<html>
<body>
<a href="http://webandseotutorials.blogspot.com/">This is a link.</a>
</body>
</html>

3. Now save this as test_link.html
4. Open the file in any browser and see the output like below.