單項選擇題如果要為span設置寬、高、外邊距margin、換行,需要先設置()。

A.先轉成塊級元素,用display:block
B.先轉成行內(nèi)塊元素,用display:inline-block
C.先轉成行內(nèi)元素,用display:inline
D.以上都不對


您可能感興趣的試卷

你可能感興趣的試題

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

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="提交"/>

3.單項選擇題設置邊框為雙實線,粗細為5像素,顏色為紅色,如何設置?()

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

4.單項選擇題表單中,如何設置單選框的單選功能?()

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"/>女

5.單項選擇題在表單中如何設置密碼不可見?()

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