html 标签 链接

<a href="http://www.baidu.com">百度</a>
<a href="#here">here</a>  在一个页面里面跳转

<a href="a.html#here> here</a> 跳转到a.html的here位置

target= _blank   在新窗口中打开
还有 其他打开方式

<img usemap="#map />
<map name="map">
 <area shap="rect" coords="0,0,50,50" href="" />
</map>
原文地址:https://www.cnblogs.com/superxuezhazha/p/5688141.html