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"/>女
单项选择题在表单中如何设置密码不可见?()
A.密码< input name="password"/>B.密码< input type="password"/>C.密码< input title="password"/>D.密码< input value="password"/>
单项选择题网页中插入一张图片,当鼠标放在上面,显示提示文字,如何设置?()
A.<img src="./img/jiong.jpg"title="这是囧哥"width="100px">B.<img src="./img/jiong.jpg"alt="这是囧哥"width="100px">C.<img src="./img/jiong.jpg"name="这是囧哥"width="100px">D.<img src="./img/jiong.jpg"class="这是囧哥"width="100px">
单项选择题在HTML中,有几个强调标签,其说法正确的是()。
A.<b></b>、<strong></strong>都是加粗标签B.<i></i>为斜体标签C.<u></u>为下划线标签,<del></del>为中划线或删除线标签D.以上都对