<!DOCTYPE html>
<head>
<body>
<p> jjj急急急</p>
<h1>只是</h1>
<a href="https://www.baidu.com" target="_self">
跳转页面
</a>
<br>
<a href="https://www.baidu.com" target="_black">
跳转页面
</a>
<br>
<a href="https://www.baidu.com" target="baidu">
打开百度
</a>
<br>
<iframe src="" name='baidu'>
</iframe>
<br>
<a href="#footer" >
跳转到底部
</a>
<div id='footer' style="margin-top: 960px">底部</div>
<a href="#">顶部</a>
</body>
</head>
</html>