欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

HTML <map> 標(biāo)簽的 name 屬性

定義和用法

必需的 name 屬性規(guī)定 image-map 的名稱(chēng)。

name 屬性與 <img> 標(biāo)簽的 usemap 屬性相關(guān)聯(lián),創(chuàng)建圖像與映射之間的聯(lián)系。

map 元素包含的 area 元素,定義圖像映射中的可點(diǎn)擊區(qū)域。

實(shí)例

<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>

TIY

瀏覽器支持

所有主流瀏覽器都支持 name 屬性。

語(yǔ)法

<map name="value">

屬性值

描述
name image-map 的名稱(chēng)。