Name:     ID:  - last 4 digits of SSN
 
Email: 

Hour 10 - Graphical Links and Imagemaps

True/False
Indicate whether the statement is true or false.
 

 1. 

When specifying the value of the usemap attribute, use the name you put in the id of the <map> tag.
 

 2. 

The following HTML code follows XHTML standards is required to start any imagemap:
<map name=”yourmap”>
 

 3. 

The <area /> tag used in imagemaps has 3 attributes; shape, href, and alt.
 

 4. 

Every distinct clickable region in an imagemap must be described as a single area, which means a typical imagemap consist of a list of areas.
 

 5. 

Linked regions of imagemaps can only be rectangular in shape.
 

 6. 

When placing images side by side you need to separate the anchor tag <a href...</a> of each image with a blank space to create a seamless picture.  (<a/> <a>)
 

 7. 

Clickable images are created by associating areas of a normal image with a URL. These are called imagemaps.
 

 8. 

Images can be “cut” into vertical strips and then reassembled in html code allowing each strip to become a clickable link.  This method allows old and new web browsers to utilize a simpler code.
 

 9. 

Server-side imagemaps are the preferred method in creating imagemaps.
 

 10. 

To make any type of imagemap, you need to figure out the numerical pixel coordinated of each region with the image that you want to turn into a clickable link.
 



 
         Start Over