請問下面的代碼的對象是什么啊
(1)
a {
text-decoration:none;
}/*這個代碼對象是什么啊*/
(2)
a:hover {
text-decoration:underline;
color:#ff0000;
}/*這個代碼對象是什么啊*/
(3)
list-style:none/*這個是什么意識啊*/
text-decoration:none/*這個是什么意識啊*/
text-decoration:underline/*這個是什么意識啊*/
(1)
a {
text-decoration:none;
}/*這個代碼對象是什么啊*/
(2)
a:hover {
text-decoration:underline;
color:#ff0000;
}/*這個代碼對象是什么啊*/
(3)
list-style:none/*這個是什么意識啊*/
text-decoration:none/*這個是什么意識啊*/
text-decoration:underline/*這個是什么意識啊*/
2016-09-16
舉報
2016-09-16
文本修飾,列表樣式,下劃線