<html> <body> <a href="anotherpage.htm">This link</a> is a link to a page on this Web site. <br /> <a href="http://www.google.com/">This link</a> is a link to a page on a different Web site. </body> </html>
To create a hyperlink in your html page, you have to use the tag and set its property HREF value to contain the address of the page you want to load after the link was clicked.
HTML: Html, Body, A