BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <p>点击太远或其它行星,注意变化:</p> <img alt="Planets" height="126" src="planets.gif" usemap="#planetmap" width="145"> <map name="planetmap"> <area alt="Sun" coords="0,0,82,126" nohref 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> </body> </html>
运行结果