Which things could be checked in?
A.corrosive article
B.tool
C.scissors
D.wine
第1题:
A、would
B、should
C、must
D、could
第2题:
在网页中创建如下图所示的表单控制的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="女"/>女
第3题:
调用()方法可以选中单选按钮。
A.attr("checked","checked")
B.attr("checked",false)
C.attr("checked")
D.removeAttr("checked")
第4题:
We _____ rather talk about football or the weather or what we had for lunch.
A: will
B: should
C: would
D: could
第5题:
第6题:
在表单中包含性别单选项,且默认状态为“男”被选中,下列正确的是()。
A.<input type="radio" name="sex" checked="checked"> 男
B.<input type="radio" name="sex" checked="enabled">男
C.<input type="radio" name="sex" enabled="checked">男
D.<input type="radio" name="sex" enabled="enabled">男