BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <p>点击图片中的太阳或附近的行星:</p> <object alt="Planets" data="planets.gif" type="image/gif" usemap="#Map1"> <map name="Map1"> <a coords="0,0,82,126" href="sun.htm" shape="rect">太阳</a> <a coords="90,58,3"href="mercur.htm" shape="circle">水星</a> <a coords="124,58,8" href="venus.htm" shape="circle">金星</a> </map> </object> <p><b>注意:</b> 目前只有 Firefox 和 Opera 浏览器支持 coords 属性。</p> </body> </html>
运行结果