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)成塊級元素,用display:block
B.先轉(zhuǎn)成行內(nèi)塊元素,用display:inline-block
C.先轉(zhuǎn)成行內(nèi)元素,用display:inline
D.以上都不對
關(guān)于css,以下說法正確的是()。
①設(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"/>女
最新試題
XML文檔標(biāo)簽之間可以交叉引用。
H5中可以將開始和結(jié)束標(biāo)簽一起省略的有()
用于定義網(wǎng)頁標(biāo)題的元素標(biāo)簽是()
iframe有開始和結(jié)束標(biāo)簽。
H5中的屬性值必須用雙引號括起來。
在內(nèi)部的標(biāo)簽有()
H5中布爾型的屬性可以省略屬性值。
H5中絕對沒有結(jié)束標(biāo)簽的有()
下列可以提供瀏覽器兼容性測試的有()
()用于表示一個已知最大值和最小值的計數(shù)器