html案例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>饭桶教程(kuaikuaixuan.com)</title>
</head>
<body>
<p>点击太阳或其他行星,注意变化:</p>
<img src="/p/planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" alt="Sun" href="/p/html/sun.htm">
  <area shape="circle" coords="90,58,3" alt="Mercury" href="/p/html/mercur.htm">
  <area shape="circle" coords="124,58,8" alt="Venus" href="/p/html/venus.htm">
</map>
</body>
</html>