加表单的单选框的HTML代码是()。
A: <;inputtype=submit>;
B: <;inputtype=image>;
C: <;inputtype=radio>;
D: <;inputtype=checkbox>;
A: <;inputtype=submit>;
B: <;inputtype=image>;
C: <;inputtype=radio>;
D: <;inputtype=checkbox>;
举一反三
- 插入单选按钮的HTML代码为()。 A: <inputtype=“reset”/> B: <inputtype=“radio”/> C: <inputtype=“password”/> D: <inputtype=“checkbox”/>
- 下列实现选择“是”或“否”单选框效果()(选择一项) A: <;inputtype=”checkbox”name=“sf1”value=“f”/>;是<;inputtype=”checkbox”name=“sf2”value=“f”/>;否 B: <;inputtype=”radio”name=“sf”value=“s”/>;是<;inputtype=”radio”name=“sf”value=“f”/>;否 C: <;inputtype=”checkbox”name=“sf”value=“s”/>;是<;inputtype=”checkbox”name=“sf”value=“s”/>;否 D: <;inputtype=”radio”name=“sf1”value=“f”/>;是<;inputtype=”radio”name=“sf2”value=“f”/>;否
- 要使单选框默认状态为被选中,下列正确的是()。 A: 〈inputtype="radio"selected/〉 B: 〈inputtype="radio"checked="checked"/〉 C: 〈inputtype="radio"/〉 D: 〈inputtype="radio"enabled/〉
- 在表单中需要把用户的数据以密码的形式接受应该使用的表单元素是()。 A: <inputtype=text> B: <inputtype=password> C: <inputtype=checkbox> D: <inputtype=radio>
- 如果要在表单里创建一个普通文本框,以下写法中正确的是 A: <INPUT> B: <INPUTtype="password"> C: <INPUTtype="checkbox"> D: <INPUTtype="radio">