要使单选框默认状态为被选中,下列正确的是()。
A: 〈inputtype="radio"selected/〉
B: 〈inputtype="radio"checked="checked"/〉
C: 〈inputtype="radio"/〉
D: 〈inputtype="radio"enabled/〉
A: 〈inputtype="radio"selected/〉
B: 〈inputtype="radio"checked="checked"/〉
C: 〈inputtype="radio"/〉
D: 〈inputtype="radio"enabled/〉
举一反三
- 加表单的单选框的HTML代码是()。 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”/>;否
- 以下Form表单元素描述,()是错的。 A: 〈inputtype="password"〉表示密码框 B: 〈inputtype="reset"〉表示提交按钮 C: 〈selectname="radio"〉表示单选框 D: 〈inputtype="text"〉表示文本框
- 如果要在表单里创建一个普通文本框,以下写法中正确的是 A: <INPUT> B: <INPUTtype="password"> C: <INPUTtype="checkbox"> D: <INPUTtype="radio">