是一个: ()
第1题:
A. < input type=submit >
B. < input type=iamge >
C. < input type=text >
D. < input type=hide >
第2题:
如果要在表单中创建一个普通文本框,下列标记中正确的是( )。
A.<input type=”text”>
B.<input type=”password”>
C.<input type=”CheCkbox”>
D.<input type=”radio”>
第3题:
第4题:
在表单的相关标记中,表示提供给用户一个可以复选的选项的标记为()
第5题:
要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交道ACTION属性中指定的位置。下列语句正确的是()。
第6题:
增加表单的复选框的HTML代码是()
第7题:
属性选择器语法格式不正确的是()。
第8题:
要使单选框默认状态为被选中,下列正确的是()。
第9题:
要求用JavaScript实现下面的功能:在一个文本框中内容发生改变后,单击页面的其他部分将弹出一个消息框显示文本框中的内容,下面语句正确的是()。
第10题:
增加表单的多行文本域的HTML代码是()。
第11题:
在页面中看不见的表单元素是那种?()
第12题:
<input type=password></input>
<input type=radio></input>
<input type=hidden></input>
<input type=reset></input>
第13题:
下列HTML标签中,用于创建一个复选框的表单元素是(41)。
A.<INPUT TYPE="radio">
B.<INPUT TYPE="submit">
C.<INPUT TYPE="checkbox">
D.<INPUT TYPE="reset">
第14题:
A.<input type="password"></input>
B.<input type="radio"></input>
C.<input type="hidden"></input>
D.<input type="reset"></input>
第15题:
在页面中看不见的表单元素是那种?()
第16题:
增加表单的单选框的HTML代码是()
第17题:
增加表单的图像域的HTML代码是()
第18题:
增加列表框的HTML代码是()
第19题:
〈input type="checkbox"〉出现的是一个复选框。
第20题:
< input Type = " Reset " >是一个()
第21题:
以下Form表单元素描述,()是错的。
第22题:
增加表单的文字段的HTML代码是()
第23题:
〈input type=text onClick=alert(this.value)〉
〈input type=text onChange=alert(this.value)〉
〈input type=text onChange=alert(text.value)〉
〈input type=text onClick=alert(value)〉
第24题:
〈input type=password〉表示密码框
〈input type=reset〉表示提交按钮
〈select name=radio〉表示单选框
〈input type=text〉表示文本框