HTML <map> թեգ
Սահմանում է պատկեր-քարտեզ:
Օրինակ
<img src="planets.png" width="145" height="126" alt="planets" usemap="#planetmap">
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="http://en.wikipedia.org/wiki/Sun" title="Sun">
<area shape="circle" coords="90,58,3" href="http://en.wikipedia.org/wiki/Mercury" title="Mercury">
<area shape="circle" coords="124,58,8" href="http://en.wikipedia.org/wiki/Venus" title="Venus">
</map>
Փորձել | Ատրիբուտ | Արժեք | Բնութագիր |
| name | mapname | Պահանջվում է: Հատկանշում է պատկեր-քարտեզի անվանումը: |