源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <p>点击切换:</p> <img src="examples/planets.gif" alt="Planets" usemap="#planetmap" style="width:145px;height:126px;"> <map name="planetmap"> <area shape="rect" coords="0,0,82,126" alt="Sun" href="examples/sun.htm"> <area shape="circle" coords="90,58,3" alt="Mercury" href="examples/mercur.htm"> <area shape="circle" coords="124,58,8" alt="Venus" href="examples/venus.htm"> </map> </body> </html>
运行结果