快速编写 <a> ————CSS3


a{
text-decoration:none;
}
a:link{
color:white;

}
a:visited {
color:white;
}
a:hover {
color:blue;
}
a:active{
color:white;
}

 
原文地址:https://www.cnblogs.com/expedition/p/11181524.html