HTML <area> 標(biāo)簽的 href 屬性
定義和用法
href 屬性規(guī)定區(qū)域中連接的目標(biāo)。
實(shí)例
帶有可點(diǎn)擊區(qū)域的圖像映射:
<img src="planets.jpg" border="0" usemap="#planetmap" alt="Planets" /> <map name="planetmap" id="planetmap"> <area shape="circle" coords="180,139,14"href ="venus.html"
alt="Venus" /> <area shape="circle" coords="129,161,10"href ="mercur.html"
alt="Mercury" /> <area shape="rect" coords="0,0,110,260"href ="sun.html"
alt="Sun" /> </map>
瀏覽器支持
所有主流瀏覽器都支持 href 屬性。
語法
<area href="value">
屬性值
值 | 描述 |
---|---|
URL |
鏈接的 URL?赡艿闹担
|