單項選擇題css中,如何設(shè)置背景顏色為紅色?()
A.background-color:red;
B.background-color:pink;
C.background-color:#000;
D.background-color:yellow;
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題css中,如何設(shè)置水平居中和垂直居中?()
A.設(shè)置width和height,
B.設(shè)置text-align:center
C.設(shè)置行高line-height與height的值一樣
D.以上都對
2.單項選擇題如何設(shè)置文本寬與高?()
A.width設(shè)置高,height設(shè)置寬
B.width設(shè)置寬,height設(shè)置高
C.寬與高的設(shè)置值只能用像素px
D.寬與高的只能用百分?jǐn)?shù)設(shè)置
3.單項選擇題index.html與img文件夾在同一級目錄下,jiong.jpg存放在img文件夾里,如何在index.html中插入jiong.jpg?()
A.<img src="./img/jiong.jpg",width="100px">
B.<img src="./img/jiong.jpg">
C.<img src="img/jiong.jpg">
D.<img href="img/jiong.jpg",width="100px">
4.單項選擇題如果要為span設(shè)置寬、高、外邊距margin、換行,需要先設(shè)置()。
A.先轉(zhuǎn)成塊級元素,用display:block
B.先轉(zhuǎn)成行內(nèi)塊元素,用display:inline-block
C.先轉(zhuǎn)成行內(nèi)元素,用display:inline
D.以上都不對
5.單項選擇題
關(guān)于css,以下說法正確的是()。
①設(shè)置寬度用width,設(shè)置高度用height
②設(shè)置背景顏色用background-color
③設(shè)置元素狀態(tài)用display
④opacity=0表示完全透明
A.①②③
B.①③④
C.①②③④
D.②③④