x
 
<!DOCTYPE html>
<html>
<body>
<h1>object usemap 属性</h1>
<object data="/i/eg_planets.jpg" usemap="#planetmap" /></object>
<map name="planetmap" id="planetmap">
<area shape="circle" coords="180,139,14" alt="Venus" href ="/example/html/venus.html" />
<area shape="circle" coords="129,161,10" alt="Mercury" href ="/example/html/mercur.html" />
<area shape="rect" coords="0,0,110,260" alt="Sun" href ="/example/html/sun.html" />
</map>
<p><b>注释:</b>Chrome、Edge、Safari 和 OperaThe 不支持 object 元素的 usemap 属性。</p>
 
</body>
</html>