The use of a tag in Html

How to use the <a> tag:

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

 

As follows: Click on the text to jump

User Agreement
Home

Sometimes do not underline, you can set the attribute to remove

 

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326391635&siteId=291194637