判斷題含有href屬性的超鏈接標簽,不能繼承父元素設(shè)置的color屬性值。

您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題若要使用CSS設(shè)置< a>標簽的寬度和高度,下列做法可以實現(xiàn)的有()

A.a{float:left}
B.a{display:block}
C.a{display:inline-block}
D.a{position:absolute}

2.單項選擇題當光標移動至超鏈接上時,下列哪個樣式可以設(shè)置其文本顏色為紅色()

A.a{color:red}
B.a:link{color:red}
C.a:hover{color:red}
D.a:visited{color:red}

4.單項選擇題CSS屬性中,()用作去掉超鏈接的下劃線。

A.a{text-decoration:noline}
B.a{text-decoration:underline}
C.a{ttext-decoration:none}
D.a{ttext:underline}