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;
单项选择题表单中,如何设置单选框的单选功能?()
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"/>女