判斷題< span>和< a>標(biāo)簽都屬于行內(nèi)標(biāo)簽,可以直接設(shè)置其寬度和高度。

您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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