描点链接

<html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="keywords" content="关键词1,关键词2,关键词3…">
 <meta name="description" content="你网页的简述">
 <title>锚点的使用</title>
 </head>
 <body>
 <a name="top">
 <a href="#1lou">1楼</a>   
 <a href="#2lou">2楼</a> 
 <a href="#3lou">3楼</a>
 <br />
 <a name="1lou"></a> 
 <a href="#"><img src="images2/01.jpg"></a><br />
 <a href="#top">顶部</a> <br /> 
 <a name="2lou"></a> 
 <a href="#"><img src="images2/02.jpg"></a><br />
 <a href="#top">顶部</a>  <br />
 <a name="3lou"></a> 
 <a href="#"><img src="images/03.jpg"</a><br />
 <a href="#top">顶部</a>  <br />
 </body>
 </html>

描点是网页制作中超级链接的一种,又叫命名锚记。命名锚记像一个迅速定位器一样是一种页面内的超级链接,运用相当普遍

 

猜你喜欢

转载自blog.csdn.net/qq_41404557/article/details/84261400