超链接锚点

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>超链接锚点</title>
</head>
<body>

<!--网页的顶部:埋下锚点使用name-->
<img src="img/ads.jpg"/>
<a href="#_bottom">去底部</a>
<a name="_top"></a>
<p><h2>这是顶部</h2></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<a name="_middle"></a>
<p><h1>这是中间位置</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>
<p><h1>为了上下滑动我的需要敲很多字</h1></p>

<!--超链接到埋下的锚点 在href中使用#号链接-->
<a href="#_top"><h2>回到顶部</h2></a>
<a href="#_middle"><h2>回到中间</h2></a>
<a name="_bottom"></a>

</body>
</html>


猜你喜欢

转载自www.cnblogs.com/BLAST/p/8970408.html