HTML <map> name 屬性
定義和用法
必需的 name
屬性規定圖像地圖的名稱。
name
屬性與 <img> 的 usemap 屬性 關聯,并在圖像和地圖之間創建關系。
實例
帶有可點擊區域的圖像地圖:
<img src="workplace.jpg" alt="Workplace" usemap="#workmap" width="400" height="379">
<map name="workmap">
<area shape="rect" coords="34,44,270,350" alt="Computer" href="computer.htm">
<area shape="rect" coords="290,172,333,250" alt="Phone" href="phone.htm">
<area shape="circle" coords="337,300,44" alt="Cup of coffee" href="coffee.htm">
</map>
親自試一試
語法
<map name="mapname">
屬性值
瀏覽器支持
Chrome |
Edge |
Firefox |
Safari |
Opera |
Chrome |
Edge |
Firefox |
Safari |
Opera |
支持 |
支持 |
支持 |
支持 |
支持 |