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">
您可能感興趣的試卷
你可能感興趣的試題
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"/>女
最新試題
iframe有開(kāi)始和結(jié)束標(biāo)簽。
()用于播放音頻
P標(biāo)簽定義段落后前后自動(dòng)會(huì)產(chǎn)生空白。
用于設(shè)置播放控制面板的是()
下列代碼中用于實(shí)現(xiàn)對(duì)用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()
可以設(shè)置文本方向的有()
用于定義網(wǎng)頁(yè)標(biāo)題的元素標(biāo)簽是()
有序列表為()
()用于表示一個(gè)進(jìn)度條,常用于下載速度
有序列表前面的開(kāi)始序號(hào)不可更改。