x
<html>
<body>
<img src="files/three images.jpg" usemap="#shapes" alt="three shapes of triangle, square, circle">
<map name="shapes">
<area alt="circle" title="circle" href="files/circ.html" shape="circle" coords="196,89,33" />
</map>
</body>
</html>