<!DOCTYPE html>
<html>
<head>
<title>Creating an Image Map</title>
<base href="/~sultans/html/demo/3imagemap/Gallery/">
</head>
<body>
<p>
<img src="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="foyer.html" 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="garden.html" alt="Sculpture garden">
<area shape="rect" coords="325,224,488,286" href="studio.html" alt="Artists studios">
</map>
</p>
</body>
</html>