手记

HTML设置超链接的颜色样式

         

</style>    <style type="text/css" rel="stylesheet">    a{        color:black;  /*这是默认*/    }    a:hover{        color:black; /*这是鼠标经过*/    }    a:active{        color:red; /*这是鼠标点击后*/    }</style>








0人推荐
随时随地看视频
慕课网APP