A . <inputtype="submit"name="..."value="...">
B . <inputtype="reset"name="..."value="...">
C . <inputtype="button"name="..."value="..."onClick="...">
D . <inputtype="radio"name="..."value="...">
[单选题]表单元素单选按钮的代码为()。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="submit"name="..."value="...">B . <inputtype="reset"name="..."value="...">C . <inputtype="button"name="..."value="..."onClick=&quo
[单选题]表单元素一般按钮的代码为()。A . <inputtype="submit"name="..."value="...">B . <inputtype="reset"name="..."value="...">C . <inputtype="button"name="..."value="..."onClick=&quo
[单选题]不属于表单元素的是()。A . 图像B . 复选框C . 按钮
[单选题]表单元素文本域的代码为()。A . <inputtype="text"name="..."size="..."maxlength="..."value="...">B . <textareaname="..."cols="..."rows="..."wrap="...">C . <inputtype="che
[单选题]表单元素复选框的代码为()。A . <inputtype="text"name="..."size="..."maxlength="..."value="...">B . <textareaname="..."cols="..."rows="..."wrap="...">C . <inputtype="che
[单选题]在HTML代码中使用表单元素时,如果input的type属性为“radio”,可以创建一个()。A . 下拉列表B . 密码框C . 单选按钮D . 复选框
[单选题]在HTML代码中使用表单元素时,如果将input的type属性设置为“checkbox”,可以创建一个()。A . 单选框B . 复选框C . 列表框D . 密码框
[单选题]( )不是表单的基本元素。A.表单标签B.表单域C.表单按钮D.表单名称