Previous Slide


Image Map Tags

Next Slide

AN IMAGE MAP IS DEFINED BY INCLUDING A LIST OF < AREA > TAGS THAT DESCRIBE IMAGE REGIONS AND ASSOCIATED "URL"S WITHIN A PAIR OF < MAP > TAGS.

   <MAP NAME="105map">
   <AREA 
       SHAPE="RECT" 
       COORDS="83,134,265,231" 
       HREF="http://www.cs.williams.edu/ ...   .html" 
       ALT="CS 105 Home Page"
       >
             . . . 
   </MAP>

"SHAPES" SUPPORTED INCLUDE "RECT", "CIRCLE", "POLY" and "DEFAULT".



The Web:
Technologies and
Techniques


Links to other course pages:


Williams College
Department of Computer Science
This page is part of a section of lecture slides related to " Image Maps " within the topic "HTML Image Features". Other slides within this section and other sections of slides for the topic "HTML Image Features" can be accessed using the links below.
  • Background Images
  • Specifying a Background
  • Transparent Image Backgrounds
  • Transparent Image Backgrounds (cont.)
  • Image Maps
  • Image Maps
  • Image Maps (cont.)
  • The "USEMAP" Attribute
  • Image Map Tags