HTML 5 <map> 标签

定义和用法

<map> 标签定义客户端的图像映射。图像映射是带有可点击区域的图像。

HTML 4.01 与 HTML 5 之间的差异

在 HTML 5 中,不再支持 name 属性。

提示和注意

注释:area 元素永远嵌套在 map 元素内部。area 元素可定义图像映射中的区域。

属性

属性 描述 HTML4 HTML5
idunique_name为 map 标签定义唯一的名称。45
nameunique_name为 map 标签定义唯一的名称。不支持。4 

标准属性

class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title

事件属性

onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload