A . 单选框
B . 复选框
C . 列表框
D . 密码框
[单选题]在HTML代码中使用表单元素时,如果input的type属性为“radio”,可以创建一个()。A . 下拉列表B . 密码框C . 单选按钮D . 复选框
[单选题]表单元素单选按钮的代码为()。A . <inputtype="text"name="..."size="..."maxlength="..."value="...">B . <textareaname="..."cols="..."rows="..."wrap="...">C . <inputtype="ch
[单选题]表单元素重置按钮的代码为()。A . <inputtype="submit"name="..."value="...">B . <inputtype="reset"name="..."value="...">C . <inputtype="button"name="..."value="..."onClick=&quo
[单选题]表单元素文本域的代码为()。A . <inputtype="text"name="..."size="..."maxlength="..."value="...">B . <textareaname="..."cols="..."rows="..."wrap="...">C . <inputtype="che
[单选题]表单元素提交按钮的代码为()。A . <inputtype="submit"name="..."value="...">B . <inputtype="reset"name="..."value="...">C . <inputtype="button"name="..."value="..."onClick=&quo
[单选题]在HTML文档中,<input>标记的type属性的值为 (61)时表示一个单选按钮。(61)A.textB.checkboxC.radioD.password
[单选题]表单元素复选框的代码为()。A . <inputtype="text"name="..."size="..."maxlength="..."value="...">B . <textareaname="..."cols="..."rows="..."wrap="...">C . <inputtype="che
[单选题]不属于表单元素按钮的代码为()。A . <inputtype="submit"name="..."value="...">B . <inputtype="reset"name="..."value="...">C . <inputtype="button"name="..."value="..."onClick=&qu
[单选题]表单元素一般按钮的代码为()。A . <inputtype="submit"name="..."value="...">B . <inputtype="reset"name="..."value="...">C . <inputtype="button"name="..."value="..."onClick=&quo
[判断题] textarea是表单对象input的type类型选项。()A . 正确B . 错误