Answer:
www.yahoo.com
URLs in Anchor Tags
To link from a Web page to a Web page on a distant computer, use the full URL in the anchor tag. Examples:
<a href="http://www.yahoo.com"> Yahoo Home Page </a>
<a href="https://dev.java/"> The Sun Java Tutorial. </a>
<a href="http://chortle.ccsu.edu/java5/Notes/AppendixA/htmlPart2_15.html>
A familiar Web page</a>
The text following href= is the URL of
the page you wish to link to.
The text between the two tags will appear colored in the
browser like this: Yahoo Home Page .
When users click on the link, the browser will go to the new location.
Play with the following Web page to see how its hyperlinks work.
QUESTION 15:
Add the following links to the list of useful Java resources:
http://java.about.com/compute/java http://javaworld.com http://w3schools.com