码迷,mamicode.com
首页 > Web开发 > 详细

4css

时间:2020-07-27 09:30:49      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:dev   ext   set   document   ref   doctype   over   链接   ice   

链接伪类
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <style>
        a:link {
            color:#333;
            text-decoration:none
        }
        a:visited {
            color:orange
        }
        a:hover {
            color:red
        }
        a:active {
            color:green
        }
    </style>
</head>
<body>
    <a href="http://www.baidu.com">小米手机</a>
</body>
</html>

 

4css

标签:dev   ext   set   document   ref   doctype   over   链接   ice   

原文地址:https://www.cnblogs.com/gao-chao/p/13382991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!