單項選擇題index.html與img文件夾在同一級目錄下,jiong.jpg存放在img文件夾里,如何在index.html中插入jiong.jpg?()

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

5.單項選擇題表單中,如何設(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"/>女