Advanced Web Design - Lesson 1

This is an image map with three hotspots. Each links to a different URL with very simple HTML code.

Lake Page Foot Page Tracks Page Source code for map above:


<map name="lesson1">
<area shape="rect" 
  alt="Lake Page" 
  coords="307,296,422,389" 
  href="lake.htm"
  title="Lake Page">
<area shape="poly" alt="Foot Page" 
  coords="22,81,141,56,193,77,204,102,214,107,184,121,118,117,51,123,17,117,13,98" 
  href="foot.htm" title="Foot Page">
<area shape="circle" alt="Tracks Page" 
  coords="527,339,59" 
  href="tracks.htm" title="Tracks Page">
<area shape="default" nohref>
</map>