Link Select Pointer
<body> <a href="insert the link here">insert the text to appear on page here</a> <body> for example <a href="www.google.com">click here to go to google</a>...
YES
A HTML hyperlink allows you to move from one web page to another.
You can do so by using <a href = "url of destination" > anchor text </a> Note: Don't forget to use http:// in the destination URL.