下面的HTML标记的作用是:()。
第1题:
语句(43)用于在HTML表单中添加默认选中的复选框。
A.<input type=radio name=s checked>
B.<input type=radio name=s enabled>
C.<input type=checkbox name=s checked>
D.<input type=checkbox name=s enabled>
第2题:
下图是HTML文件submit.html在IE中的部分显示效果。
请完成下面submit.html中部分html代码。
<form. action=/cgi-bin/post-query method=POST>
您的姓名:
<input type=text name=姓名><br>
您的主页的网址:
<input type= text name=网址value=http://><br>
密码:
<input type= (44) name=密码><br>
<input type=submit value=“发送”><input type= (45) value=“重设”>
</form>
(44)
A.text
B.password
C.passwd
D.key
第3题:
● 下图是HTML文件submit.html在IE 中的部分显示效果。

请完成下面submit.html中部分html代码。
<form. action=/cgi-bin/post-query method=POST>
您的姓名:
<input type=text name=姓名><br>
您的主页的网址:
<input type=text name=网址 value=http://><br>
密码:
<input type=(44) name=密码><br>
<input type=submit value="发送"><input type=(45) value="重设">
</form>
(44)
A. text
B. password
C. passwd
D. key
(45)
A. send
B. reset
C. restart
D. replace
第4题:
在下列选项中,正确地产生文本区(textarea)的标记是( )。
A.<textarea>
B.<input type=”textarea”>
C.<input type=”textbox”>
D.<input type=”text:”>
第5题:
HTML中,以下<input>标记的type属性值(68)在浏览器中的显示不是按钮 形式。
A.submit
B.button
C.password
D.reset
第6题:
第7题:
在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。
第8题:
增加表单的图像域的HTML代码是()
第9题:
下列的HTML中哪个可以产生下拉列表?()
第10题:
增加表单的多行文本域的HTML代码是()。
第11题:
在不指定特殊属性的情况下,哪几种HTML标签可以手动输入文本:()
第12题:
〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉
〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉
〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉
〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉
第13题:
●在HTML文档中,<input>标记的type属性的值为 (61)时表示一个单选按钮。
(61)
A.text
B.checkbox
C.radio
D.password
第14题:
A. < input type=submit >
B. < input type=iamge >
C. < input type=text >
D. < input type=hide >
第15题:
在HTML文档中,<input>标记的type属性的值为(37)时表示一个复选框。
A.text
B.checkbox
C.radio
D.submit
第16题:
如果要在表单中创建一个普通文本框,下列标记中正确的是( )。
A.<input type=”text”>
B.<input type=”password”>
C.<input type=”CheCkbox”>
D.<input type=”radio”>
第17题:
在网页中创建如下图所示的表单控制的HTML代码是______。

A.性别:<input name="rbsex"type="radio"value="男"checked="cbecked"/>男<input name="rbsex"type="radio"value="女"/>女
B.性别:<input name="rbsex"type="radio"value="男"checked="checked"/>男<input name="rbsex"type="checkbox"value="女"/>女
C.性别:<input name="rbsex"type="checkbox"value="男"checked="checked=">男<input name="rbsex"type="radio"value="女"/>女
D.性别:<input name="rbsex"type="checkbox"value="男"checked="checked=">男<input name="rbsex"type="checkbox"value="女"/>女
第18题:
在表单的相关标记中,表示提供给用户一个可以复选的选项的标记为()
第19题:
增加表单的单选框的HTML代码是()
第20题:
增加表单的复选框的HTML代码是()
第21题:
增加列表框的HTML代码是()
第22题:
增加表单的文字段的HTML代码是()
第23题:
下列的HTML中哪个可以产生文本框?()
第24题:
〈TEXTAREA〉〈/TEXTAREA〉
〈INPUT type=“text”/〉
〈INPUT type=“hidden”/〉
〈DIV〉〈/DIV〉