Tutorials

https://vvcestudio.com.br/en/tutorial/html/map
menu

HTML MAP

The map serves to create clickable areas in an image.
Imagem teste MAPrect1circlepoly
HTML code:
x
<img src="/assetsv5/img/game/omeletededino/terrenoecossistema3d.jpg" usermap="#imagemmapeada" />
<map name="imagemmapeada" id="mapaImagem">
<area shape="rect" coords="0, 0, 50, 50" alt="rect1" href="/en/tutorial/html/map/map=rect"/>
<area shape="circle" coords="85,82,35" alt="circle" href="/en/tutorial/html/map/map=circle"/>
<area shape="poly" coords="50,82,316,380,231,448" alt="poly" href="/en/tutorial/html/map/map=poly"/>
</map>