A.width設置高,height設置寬
B.width設置寬,height設置高
C.寬與高的設置值只能用像素px
D.寬與高的只能用百分數設置
您可能感興趣的試卷
你可能感興趣的試題
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.先轉成塊級元素,用display:block
B.先轉成行內塊元素,用display:inline-block
C.先轉成行內元素,用display:inline
D.以上都不對
關于css,以下說法正確的是()。
①設置寬度用width,設置高度用height
②設置背景顏色用background-color
③設置元素狀態(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;