单项选择题
如果要在表单中创建一个复选框,以下写法中的正确的是()。
A.〈input type="text"〉
B.〈input type="password"〉
C.〈input type="checkbox"〉
D.〈input type="radio"〉
点击查看答案&解析
相关考题
-
单项选择题
下列哪一项表示的是“提交”按钮?()
A.〈input type="submit"〉
B.〈input type="reset"〉
C.〈input type="image"〉
D.〈input type="button"〉 -
单项选择题
如果要在表单中创建一个密码框,以下写法中的正确的是()。
A.〈input type="text"〉
B.〈input type="password"〉
C.〈input type="checkbox"〉
D.〈input type="radio"〉 -
单项选择题
当用〈legend〉标签给〈fieldset〉标签定义标题时,下列描述正确的是()。
A.〈legend〉标签作为〈fieldset〉标签的父标签使用。
B.〈legend〉标签作为〈fieldset〉标签的兄弟标签使用,并且〈legend〉标签必须放在〈fieldset〉标签之前。
C.〈legend〉标签作为〈fieldset〉标签的兄弟标签使用,并且〈legend〉标签必须放在〈fieldset〉标签之后。
D.〈legend〉标签作为〈fieldset〉标签的子标签使用。
