topical media & game development
basic-web-html-03-ch03-eg07.htm / htm
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Creating an Image Map</title>
</head>
<body>
<p>
<img src="basic-web-html-07-images-gallery-map.gif" alt="Gallery Map" width="500" height="300" border="0" usemap="#gallery" />
<map name="gallery">
<area shape="circle" coords="154,150,59" href="basic-web-html-07-foyer.htm" target="_self" alt="Gallery foyer">
<area shape="poly" coords="272,79,351,79,351,15,486,15,486,218,272,218,292,166,292,136,270,76" href="basic-web-html-07-sculpture_garden.htm" target="_self" alt="Sculpture garden">
<area shape="rect" coords="325,224,488,286" href="basic-web-html-07-workshops.htm" target="_self" alt="Artists studios">
</map>
</p>
</body>
</html>
(C) Æliens
20/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.