<li><a herf="rosegarden.html">Rose Garden</a> <li><a href="rockgarden.html"> Rock Garden</a> <li><a href="sukhnalake.html">Sukhna Lake </a> <li><a href="chattbirzoo.html"> Chattbirzoo </a> </font> </ul> </body> </html> |

Now,type the following code and save the file with the name'rosegarden.html'

|
<Html> <Head> <title> USING LINKS</title> ![]() </head> <body bgcolor="pink"> <center> <h1> < font face="lucida sans" color="purple">ROSE GARDEN</font> </h1> <font size="6" color="green">ROSE GARDEN or rosarium,is a botanical garden located in Chandigarh, India is spread over 30 acres of land, with 50,000 rose bushes of 1600 different species.< /font> <img src="rosegarden.jpg"> </center> </Body> </Html> |


Observe in the above example,we have created two web pages,'links.html' and "rosegarden.html".The first web page contains the links to various web pages such as "rosegarden.html","rockgarden.html",etc.by using the anchor tag <A>.The second web page,"rosegarden.html",contains the information about the rose garden.In a similar manner,other web pages can be created.
