A.先轉(zhuǎn)成塊級(jí)元素,用display:block
B.先轉(zhuǎn)成行內(nèi)塊元素,用display:inline-block
C.先轉(zhuǎn)成行內(nèi)元素,用display:inline
D.以上都不對(duì)
您可能感興趣的試卷
你可能感興趣的試題
關(guān)于css,以下說(shuō)法正確的是()。
①設(shè)置寬度用width,設(shè)置高度用height
②設(shè)置背景顏色用background-color
③設(shè)置元素狀態(tài)用display
④opacity=0表示完全透明
A.①②③
B.①③④
C.①②③④
D.②③④
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="提交"/>
A.border:red solid 5px;
B.bord:red dotted 5px;
C.border:red double 5px;
D.bord:red double 5px;
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"/>女
A.密碼< input name="password"/>
B.密碼< input type="password"/>
C.密碼< input title="password"/>
D.密碼< input value="password"/>
最新試題
用于設(shè)置多媒體URL地址的是()
下列代碼的含義是()< table border=1 contenteditable=”true”>
XML文檔標(biāo)簽之間可以交叉引用。
()用于顯示被標(biāo)注的內(nèi)容是日期或者時(shí)間
iframe有開(kāi)始和結(jié)束標(biāo)簽。
H5中布爾型的屬性可以省略屬性值。
下列代碼中用于實(shí)現(xiàn)對(duì)用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()
用于判斷元素是可編輯狀態(tài)的是()
下列可以提供瀏覽器兼容性測(cè)試的有()
()用于表示一個(gè)已知最大值和最小值的計(jì)數(shù)器