MSc-IT Study Material
June 2010 Edition

Computer Science Department, University of Cape Town

Summary exercise

Exercise 2: Summary of Image Maps

Complete the following statements that summarize the concepts explored in this unit:

Image maps allow a Web page designer to make _____ of an _____ to behave differently.

Each defined area can be ___________, circular or a many-sided shape defined by a _______.

A ____ area is defined with 4 coordinates.

A _____ area is defined with 3 coordinates.

A ____ area is defined with an even number of values, representing coordinates for each point defining its boundaries.

The _____ attribute of <area...> tags can be used to make a piece of text appear next to the mouse pointer when it is over a defined area.

An area can be made to execute a line of __________ in response to ___________ and onMouseOut event.

In the early days image maps were implemented using ___________ techniques. These days most people write client-side image maps.

An image changing when a mouse pointer moves over or away from it is called image ________.

You can find the answers to this exercise at the end of the unit.