css中的偽類 之 控制連結的樣式。

來源:互聯網
上載者:User

<head>

<style>

a.test:link {color:#0000FF; text-decoration:none}

a.test:visited {color:#00FF00; text-decoration:none}

a.test:hover {color:#FF0000}

</style>

</head>

 

<body>

<a class="test" href="#" target="_blank">link</a>

</body>

 

-------------------------------------------------------------------

a.test:link  最開始的樣式

a.test:visited  訪問過後的樣式

a.test:hover    滑鼠移動在上面時的樣式

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.