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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

2.單項選擇題下列哪個CSS屬性用于設置元素光標指向時的樣式()

A.pointer
B.hover
C.link
D.cursor

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

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