Surfing the Web with Hypertext
Often, you assign a link to a word or phrase on your page, an image such as a navigational button, or a section
of graphic for an image map (a large graphic in which various parts are links). To test the link, you preview
the page in a browser; links are not active in Dreamweaver??™s Document window.
Designate links in HTML through the anchor tag pair:
and . The anchor tag generally takes one
main attribute??”the hypertext reference, which is written as follows:
href=???link name???
When you create a link, the anchor pair surrounds the text or object that is being linked. For example, if
you link the phrase Back to Home Page, it may look like the following:
Back to Home PageIf you attach a link to the image logo.gif, your code looks as follows:

Creating a basic link in Dreamweaver is easy. Simply follow these steps:
1. Select the text, image, or object you want to establish as a link.
2. In the Property inspector, enter the URL in the Link text box as shown in Figure 10-1. You can
use one of the following methods to do so:
n Type the URL directly into the Link text box.
n Click the Browse for File folder icon to the right of the Link text box to open the Select File
dialog box, where you can browse for the file.
Pages:
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694