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" href="/try/images/sun.gif" shape="rect" type="image/gif"> </map> </body> </html>
运行结果