日期:2014-05-16  浏览次数:20617 次

请问我在分别点眼睛, 耳朵, 脚时可以出现另外一个网页 分别介绍它们的功能,把<a href></a>插在哪个地方呀,指点一下吧
<html>
<head>
<title>给图像添加链接</title>
</head>
<body>
<h3>可爱的猫</h3>
<center>
<img src="可爱的猫.jpg" hspace="10" border="0" usemap="#cat" >
<map name="cat">
  <area shape="rect" coords="271,446,595,544" href="#jiao" alt="脚" title="脚">
  <area shape="rect" coords="256,300,531,406" href="#eye" alt="眼睛" title="眼睛">
  <area shape="rect" coords="172,162,504,266" href="#erduo" alt="耳朵" title="耳朵">
</map>
<br><br>
</center>
<hr color="#990000" size=3><br><br>
&nbsp;&nbsp;&nbsp;dfjkiesfjklefed<br>
<font color="#990066" size=4><a name="jiao">脚</a></font><br>
&nbsp;&nbsp;&nbsp;&nbsp;这是猫的脚<br><br>
<font color="#990066" size=4><a name="erduo">耳朵</a></font><br>
&nbsp;&nbsp;&nbsp;&nbsp;这是猫的耳朵<br><br>
<font color="#990066" size=4><a name="eye">眼睛</a></font><br>
&nbsp;&nbsp;&nbsp;&nbsp;这是猫的眼睛<br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</body>
</html>
------解决方案--------------------
<area shape="rect" coords="271,446,595,544" href="jiao.html" alt="脚" title="脚"> href就是跳转页面了