單項選擇題(網(wǎng)站)以下哪個設(shè)置是用來去除鏈接上的下劃線的():

A.background:none
B.text-decoration:underline
C.text-decoration:none
D.list-style:none


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題(網(wǎng)站)css樣式中text-align的默認值是():

A.right
B.left
C.middle
D.center

2.單項選擇題(網(wǎng)站)在css中設(shè)置字體大小的屬性是():

A.font-size
B.font-family
C.font-color
D.font-style:normal

3.單項選擇題(網(wǎng)站)取消h1上的加粗樣式,正確的樣式是():

A.?font-style:bold
B.font-weight:normal
C.font-style:normal
D.font-weight:bold

4.單項選擇題傾斜的樣式是():

A.font-weight:bold
B.font-weight:normal
C.font-style:italic
D.font-style:normal

5.單項選擇題(網(wǎng)站)將.box下的直接子元素(即不包含嵌套元素)p且是內(nèi)容為空的設(shè)為20px的高,設(shè)置正確的是?()

A.boxp:empty{height:20px}
B..boxp[:empty]{height:20px}
C..box>p[:empty]{height:20px}
D..box>p:empty{height:20px}