大家知道html顏色代碼嗎?下面我們就給大家詳細介紹一下吧!
<style type="text/css">
a:link {color: #FF0000} /* 未訪問的鏈接 */
a:visited {color: #00FF00} /* 已訪問的鏈接 */
a:hover {color: #FF00FF} /* 鼠標移動到鏈接上 */
a:active {color: #0000FF} /* 選定的鏈接 */
</style>
相信大家已經學會html顏色代碼了吧!感謝大家對我們網站的支持!
相關推薦:
html顏色表介紹