Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<body>
<h2>Мапи зображення</h2>
<p>Клікніть на сонці або на одній із планет, щоб переглянути їх:</p>
<img src="../images/planets.gif" alt="Планети" usemap="#planetmap" style="width:145px;height:126px;">
<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" alt="Сонце" title="Сонце" href="sun.html">
  <area shape="circle" coords="90,58,3" alt="Меркурій" title="Меркурій" href="mercur.html">
  <area shape="circle" coords="124,58,8" alt="Венера" title="Венера" href="venus.html">
</map>
</body>
</html>