HTML 標籤的使用
HTML <map> 標籤
定義和用法
定義一個客戶端影象對映。影象對映(image-map)指帶有可點選區域的一幅影象。
例項
帶有可點選區域的影象對映:
<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>
瀏覽器支援
所有主流瀏覽器都支援 <map> 標籤。
HTML 與 XHTML 之間的差異
NONE
提示和註釋:
註釋:area 元素永遠巢狀在 map 元素內部。area 元素可定義影象對映中的區域。
註釋:<img>中的 usemap 屬性可引用 <map> 中的 id 或 name 屬性(取決於瀏覽器),所以我們應同時向 <map> 新增 id 和 name 屬性。
必需的屬性
DTD 指示此屬性允許在哪種 DTD 中使用。S=Strict, T=Transitional, F=Frameset.
屬性 | 值 | 描述 | DTD |
---|---|---|---|
id | unique_name | 為 map 標籤定義唯一的名稱。 | STF |
可選的屬性
DTD 指示此屬性允許在哪種 DTD 中使用。S=Strict, T=Transitional, F=Frameset.
屬性 | 值 | 描述 | DTD |
---|---|---|---|
name | mapname | 為 image-map 規定的名稱。 | STF |
標準屬性
class, title, style, dir, lang, xml:lang
事件屬性
tabindex, accesskey, onclick, ondblclick, onmousedown, onmouseup, onmouseover,
onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, onfocus, onblur
相關文章
- HTML標籤(基本標籤的使用)HTML
- html標籤使用HTML
- HTML常用標籤的使用HTML
- HTML中的標籤的使用HTML
- HTML框架標籤的使用-<frameset>HTML框架
- html中常用的標籤-表格標籤HTML
- HTML <a> 標籤HTML
- HTML 標籤HTML
- HTML 標籤HTML
- html標籤HTML
- html的基本標籤HTML
- HTML 的常用標籤HTML
- html <a>標籤的妙用HTML
- html的頭標籤HTML
- 那些不推薦使用的html標籤HTML
- html中常用的標籤-表單標籤HTML
- html中常用的標籤-超連結標籤HTML
- HTML <var> 標籤HTML
- HTML <canvas> 標籤HTMLCanvas
- HTML <article> 標籤HTML
- HTML <section> 標籤HTML
- HTML <main> 標籤HTMLAI
- HTML <time> 標籤HTML
- html標籤整理HTML
- HTML <footer> 標籤HTML
- HTML <nav> 標籤HTML
- HTML <body>標籤HTML
- HTML <meta>標籤HTML
- html基本標籤HTML
- HTML <iframe>標籤HTML
- HTML <span>標籤HTML
- HTML 常用標籤HTML
- HTML常用標籤HTML
- HTML <div>標籤HTML
- HTML標籤(1)HTML
- html列表標籤HTML
- HTML標籤(2)HTML
- HTML標籤(3)HTML