Html之a标签的使用

使用 <a> 标签的方式:

<a href="http://www.baidu.com">用戶协议s</a><br>
<a href="login.html">首頁</a>

如下:点击文字跳转

用戶協議
首頁

有的时候不要下划线,可以设置属性去掉

    <style type="text/css">
        a{
            text-decoration: none;
        }
    </style>

 

posted @ 2016-11-15 22:43  切切歆语  阅读(241)  评论(0编辑  收藏  举报