萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> Html5 >> html鏈接文字顏色的方法

html鏈接文字顏色的方法

歡迎大家在這裡學習html鏈接文字顏色!這裡是我們給大家整理出來的精彩內容。我相信,這些問題也肯定是很多朋友在關心的,所以我就給大家談談這個!

a:link {
color:#FF0000;
text-decoration:underline;
}
a:visited {
color:#00FF00;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:none;
}
a:active {
color:#FFFFFF;
text-decoration:none;
}

好了,html鏈接文字顏色內容就給大家介紹到這裡了。希望大家繼續關注我們的網站!

相關推薦:

html滾動條顏色代碼 

copyright © 萬盛學電腦網 all rights reserved