單項(xiàng)選擇題

關(guān)于css,以下說(shuō)法正確的是()。
①設(shè)置寬度用width,設(shè)置高度用height
②設(shè)置背景顏色用background-color
③設(shè)置元素狀態(tài)用display
④opacity=0表示完全透明

A.①②③
B.①③④
C.①②③④
D.②③④


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題表單中,如何制作上傳文件的按鈕效果?()

A.<input title="file"/><br><input title="button"value="提交"/>
B.<input type="button-file"/><br><input type="button"value="提交"/>
C.<input type="file"/><br><input type="button-file"value="提交"/>
D.<input type="file"/><br><input type="button"value="提交"/>

2.單項(xiàng)選擇題設(shè)置邊框?yàn)殡p實(shí)線,粗細(xì)為5像素,顏色為紅色,如何設(shè)置?()

A.border:red solid 5px;
B.bord:red dotted 5px;
C.border:red double 5px;
D.bord:red double 5px;

3.單項(xiàng)選擇題表單中,如何設(shè)置單選框的單選功能?()

A.性別:< input type="radio"/>男< input type="radio"/>女
B.性別:< input type="radio"name="man"/>男< input type="radio"name="woman"/>女
C.性別:< input type="checkbox"name="sex"/>男< input type="checbox"name="sex"/>女
D.性別:< input type="radio"name="sex"/>男< input type="radio"name="sex"/>女

4.單項(xiàng)選擇題在表單中如何設(shè)置密碼不可見(jiàn)?()

A.密碼< input name="password"/>
B.密碼< input type="password"/>
C.密碼< input title="password"/>
D.密碼< input value="password"/>

5.單項(xiàng)選擇題網(wǎng)頁(yè)中插入一張圖片,當(dāng)鼠標(biāo)放在上面,顯示提示文字,如何設(shè)置?()

A.<img src="./img/jiong.jpg"title="這是囧哥"width="100px">
B.<img src="./img/jiong.jpg"alt="這是囧哥"width="100px">
C.<img src="./img/jiong.jpg"name="這是囧哥"width="100px">
D.<img src="./img/jiong.jpg"class="這是囧哥"width="100px">