BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <p>点击太阳查看大图:</p> <img alt="Planets" height="126" src="planets.gif" tppabs="http://w3schools.com/tags/planets.gif" usemap="#planetmap" width="145"> <map name="planetmap"> <area alt="Sun" coords="0,0,82,126" href="sun.htm" rel="alternate" shape="rect" tppabs="http://w3schools.com/tags/sun.htm"> </map> </body> </html>
运行结果