以下表示获取焦点的,语法格式正确的是()。
第1题:
将字符串”INPUT”保存到存储单元MESS,正确的伪指令是()。
第2题:
以下代码可以获取出页面中所有单选按钮的是()。
第3题:
以下属性选择器语法格式错误的是()。
第4题:
背景色语法格式正确的是()。
第5题:
以下语法格式正确的是()。
第6题:
以下选项中说法错误的是()。
第7题:
下面说法不正确的是()。
第8题:
增加表单的文字段的HTML代码是()
第9题:
下列命令语句正确的是()
第10题:
〈input type=password〉表示密码框
〈input type=reset〉表示提交按钮
〈select name=radio〉表示单选框
〈input type=text〉表示文本框
第11题:
$(input[type=radio]:checked)
$(input:checkbox)
$(input[checkbox]:disabled)
$(input[type=checkbox]:checked)
第12题:
$(input:checked)选取所有被选中的input元素
$(#form:disabled)选取id为form的表单内的所有不可用元素
$(#name).is(:visible)是判断id为name的元素的可见性
$(div).addClass(background,url(img/up.gif))是设置样式的
第13题:
在表单的相关标记中,表示提供给用户一个可以复选的选项的标记为()
第14题:
为了在input两侧添加额外元素,以下说法正确的是()
第15题:
属性选择器语法格式不正确的是()。
第16题:
要使单选框默认状态为被选中,下列正确的是()。
第17题:
以下Form表单元素描述,()是错的。
第18题:
获取所有被选中的复选框,以下写法正确的是()。
第19题:
以下选项中说法正确的是()。
第20题:
When an operator is trying to log off the system displays this message: you have running jobs?? What does this mean?()
第21题:
$(input:checked)选取所有被选中的input元素
$(#form:disabled)选取id为form的表单内的所有不可用元素
$(#name).is(:visible)是判断id为name的元素的可见性
$(div).addClass(background,url(img/up.gif))是设置样式的
第22题:
One or more processes are running in the background, preventing log off.
One or more processes are paused, requiring operator input prior to logging off.
At least one process is running in the background and it will keep running after the operator logs off
At least one process is running in the background using nohup and it will terminate when the operator logs off
第23题:
$(input:radio)
$(:radio)
$(:button)
$(input[type=’radio’])