HTML and CSS Reference
In-Depth Information
link the words “one of our fabulous tour destinations” on the underwatertours.html home
page to an external Web site, you need the following HTML code:
<a href="http://www.nps.gov/state/hi/index.htm">one of our
fabulous tour destinations</a>
Notice that the code is basically the same as that used to link to a Web page within
the same Web site. However, you have to add the complete URL (http://www.nps.gov/
state/hi/index.htm) when you link to an external Web site.
(a) Web page with
text link to
external Web site.
text link to
external Web site
external Web site
that is linked to
(b) Linked Web page in
external Web site.
Figure 3-6
 
Search WWH ::




Custom Search