BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <object data="planets.gif" height="126" usemap="#planetmap" width="145"></object> <map name="planetmap"> <area alt="Sun" coords="0,0,82,126" href="sun.htm" shape="rect"> <area alt="Mercury" coords="90,58,3" href="mercur.htm" shape="circle"> <area alt="Venus" coords="124,58,8" href="venus.htm" shape="circle"> </map> <p><b>注意:</b>除了 Chrome 和 Safari,其他主流浏览器都支持 usemap 属性。</p> </body> </html>
运行结果