A.width设置高,height设置宽B.width设置宽,height设置高C.宽与高的设置值只能用像素pxD.宽与高的只能用百分数设置
单项选择题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">
单项选择题如果要为span设置宽、高、外边距margin、换行,需要先设置()。
A.先转成块级元素,用display:blockB.先转成行内块元素,用display:inline-blockC.先转成行内元素,用display:inlineD.以上都不对
单项选择题关于css,以下说法正确的是()。①设置宽度用width,设置高度用height②设置背景颜色用background-color③设置元素状态用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="提交"/>
单项选择题设置边框为双实线,粗细为5像素,颜色为红色,如何设置?()
A.border:red solid 5px;B.bord:red dotted 5px;C.border:red double 5px;D.bord:red double 5px;