Making Links

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.
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 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.

Similarly images can also be used as a link the syntax goes here:<A HREF="index.html" title="click here to view home page"><IMG src ="image.bmp"><\A>
In the above manner various links can be made to make ur site more readable and preferable.
Hosted by www.Geocities.ws

1