92
Use Images as Links
2 Before the tag, type
, replacing
? with the path to the page
to which you want to link.
1 In your editor, open the page
on which you want to add a
hyperlink around an image.
Use Images as Links
I
mages can stand in for text in hyperlinks. A common practice is to link the site’s logo to its home
page. Many sites also use graphical buttons for navigational elements. You can combine what you
already know about creating links with what you know about adding images, because an image as
a link is nothing more than an tag wrapped in an tag. The src attribute, as
normal, points to the image, and the href attribute of the anchor, as usual, points to the page to
which you are linking.