<html>
<body>
<p>Click on the sun or on one of the planets to watch it closer:</p>
<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" nohref>
<area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.html">
<area shape="circle" coords="124,58,8" alt="Venus" href="venus.html">
</map>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_areamap_nohref by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:16:57 GMT -->
</html>