单项选择题
表单中,如何设置单选框的单选功能?()
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.以上都对
