单项选择题
如果要为span设置宽、高、外边距margin、换行,需要先设置()。
A.先转成块级元素,用display:block
B.先转成行内块元素,用display:inline-block
C.先转成行内元素,用display:inline
D.以上都不对
点击查看答案&解析
相关考题
-
单项选择题
关于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;
