Chapter 7. Linking Pages and Sites
IN THIS CHAPTER
Creating Links Using Dreamweaver 78
Hyperlinks are the heart of the World Wide Web, enabling users to move to any page available on the Web by clicking a hot spot that may be attached to a text string or an image. Typically, links point to another HTML page that may be on the same site (in the same physical or virtual directory tree on one server) or another site.
Hyperlinks are created using the anchor (<a>
) tag, and the most important attribute is the href
(hypertext reference), which defines the document to which the link points. Any text or images inside the start and closing anchor tags is the hot spot.
Get Macromedia Dreamweaver8 Certified Developer Study Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.