HTML - Image Maps
<img src="world.png" usemap="#world" alt="World map">
<map name="world">
<area shape="rect" coords="34,44,270,350" href='/americas' alt="Americas">
</map>
<img src="world.png" usemap="#world" alt="World map">
<map name="world">
<area shape="rect" coords="34,44,270,350" href='/americas' alt="Americas">
</map>