HTML <area> nohref 屬性
實例
帶有可點擊區(qū)域的圖像映射,并使用 nohref 屬性:
<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
<mapname="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" nohref>
<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>
<mapname="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" nohref>
<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>
嘗試一下 ?
瀏覽器支持
目前所有主流瀏覽器都不支持 nohref 屬性。
定義和用法
HTML5 中 <area> 標(biāo)簽不再支持 nohref 屬性。
nohref 屬性是一個 boolean(布爾) 屬性。
該屬性指定一個區(qū)域沒有關(guān)聯(lián)鏈接。
提示: nohref 屬性指明 <area> 標(biāo)簽沒有關(guān)聯(lián)鏈接。更簡單的方式是不使用 href 屬性。
HTML 和 XHTML 之間的差異
在 XHTML 中,屬性最小化是被禁止的, nohref 屬性必須定義為<area nohref="nohref" />。
語法
<area nohref>
更多建議: