ADDING A LINK IN HTML PAGE
In html a link can be added using href tag using href tag we can give the link to an external page and we can redirect from one page to another page . here is the code of the html page which redirects to another page code <html> <head><h3><center>excercise7</center></h3></head> <title>hyperlink</title> <body> <p align="cenetr"> <a href="excercise 5.html"><h1><center>click here for more images</center></h1></a href> </p> </body> </html> output after clicking on link