<map> 標簽可以和 <area> 元素一起使用,以此來達到定義圖像映射(可點擊的鏈接區(qū)域)的目標,請參考下述示例:
嘗試一下 ?
實例
帶有可點擊區(qū)域的圖像映射:
<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.gif">
<area shape="circle" coords="90,58,3" alt="Mercury" href="merglobe.gif">
<area shape="circle" coords="124,58,8" alt="Venus" href="venglobe.gif">
</map>
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.gif">
<area shape="circle" coords="90,58,3" alt="Mercury" href="merglobe.gif">
<area shape="circle" coords="124,58,8" alt="Venus" href="venglobe.gif">
</map>
嘗試一下 ?
瀏覽器支持
目前大多數(shù)瀏覽器支持 <map>
標簽定義及使用說明
<map> 中的 usemap 屬性可引用 <map>
area 元素永遠嵌套在 map 元素內(nèi)部。area 元素可定義圖像映射中的區(qū)域。
提示:要完成圖像映射要用到三種標簽:<img> 標簽、<map>標簽、<area>標簽。
HTML 4.01 與 HTML5之間的差異
注意: 在 HTML5 中, 如果 id 屬性在
HTML 與 XHTML 之間的差異
在 XHTML 中,name 屬性已經(jīng)廢棄,使用 id 屬性替換它。
屬性
屬性 | 值 | 描述 |
---|---|---|
name | mapname | 必需。為 image-map 規(guī)定的名稱。 |
全局屬性
事件屬性
更多建議: