淺淺記錄下
<style type="text/css"> a:link {color: yellow; /*未訪問鏈接顏色*/
}a:visited {color: red; /*已訪問鏈接顏色*/
}a:hover {color: blue; /*鼠標移動到鏈接顏色*/text-decoration: underline;
}a:active {color: orange; /*鼠標點擊時顏色*/
}a {text-decoration: none; /*去掉下劃線*/
}</style>