Internet works on the concept of hypertext.That when the text is stored on computer,it is more accessible due to capablities of computer.We can access the text in a non linear way.The text pages are linked with each other.In almost all web sites u must have noticed one more links that facilitates u to access that particular topic. In this way u can link various pages.Here in the above tag "index.html" is the address of the home page.Title is the text that u want to inform user about the link."HOME" is the text that appears on the web page in a blue colored ink.
Providing such links in HTML is not a difficult task.One can easily do it with the help of tags as follows.
<A Href="index.html" title= "click here to view the home page">HOME</A>
HOME
In the above manner various links can be made to make ur site more readable and preferable.