<html>
<body>
<p>Click on the sun or on one of the planets to watch it closer:</p>
<object data="planets.gif" alt="Planets" type="image/gif" usemap="#Map1">
<map name="Map1">
<a href="sun.html" shape="rect" coords="0,0,82,126">The Sun</a>
<a href="mercur.html"shape="circle" coords="90,58,3">Mercury</a>
<a href="venus.html" shape="circle" coords="124,58,8">Venus</a>
</map>
</object>
<p><b>Note:</b> The coords attribute is only supported in Firefox and Opera.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_a_coords by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:16:57 GMT -->
</html>