HTML链接

文字链接:<a href="http://***.com">显示的文字 </a>

图片链接:<a href="http://***.com">   

        <img alt="没图片时的文字" src="图片地址">   

      </a>

在新的页面打开链接:(target="_blank)  

          <a href="http://baidu.com" target="_blank">显示的文字</a>

跳转到本页固定位置:<a href="#a3">跳到a3</a>   

             ……      

          <p> <a name="a3">段落5</a> <p>

posted @ 2014-12-25 23:07  代码库  阅读(244)  评论(0编辑  收藏  举报