A . <inputtype="text"name="..."size="..."maxlength="..."value="...">
B . <textareaname="..."cols="..."rows="..."wrap="...">
C . <inputtype="checkbox"name="..."value="...">
D . <inputtype="radio"name="..."value="...">
[单选题]表单元素重置按钮的代码为()。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=&qu
[单选题]表单元素一般按钮的代码为()。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="text"name="..."size="..."maxlength="..."value="...">B . <textareaname="..."cols="..."rows="..."wrap="...">C . <inputtype="che
[单选题]以下表单元素中用于表示单选框的是()A . textB . passwordC . radioD . checkbox
[单选题]插入单选按钮的HTML代码为()。A . <inputtype=“reset”/>B . <inputtype=“radio”/>C . <inputtype=“password”/>D . <inputtype=“checkbox”/>
[单选题]在HTML代码中使用表单元素时,如果input的type属性为“radio”,可以创建一个()。A . 下拉列表B . 密码框C . 单选按钮D . 复选框
[单选题]在HTML代码中使用表单元素时,如果将input的type属性设置为“checkbox”,可以创建一个()。A . 单选框B . 复选框C . 列表框D . 密码框