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