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>

 

posted @ 2016-07-20 14:05  超级学渣渣  阅读(139)  评论(0编辑  收藏  举报