网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
语句(43)用于在HTML表单中添加默认选中的复选框。A.B.

语句(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>


参考答案

更多 “ 语句(43)用于在HTML表单中添加默认选中的复选框。A.B. 语句(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> ” 相关考题
考题 ● 语句(43)用于在HTML表单中添加默认选中的复选框。(43)A. input type=radio name=s checkedB. input type=radio name=s enabledC. input type=checkbox name=s checkedD. input type=checkbox name=s enabled

考题 input标记符的type属性指定为radio时,表示的表单控件是()。 A. 文本框B. 口令框C. 单选按钮D. 复选框

考题 在网页中创建如下图所示的表单控制的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="女"/>女

考题 增加表单的文本域的HTML代码是:A.<input type=submit></input>B.<textarea name="textarea"></textarea>C.<input type=radio></input>D.<input type=checkbox></input>

考题 【多选题】设有以下两行HTML代码: 01 <input name="xm" type="text" /> 02 <input type="password" /> 下列哪些选择器仅可以选择01行标签A.input{}B.input[name]{}C.input[type]{}D.input[name=xm]{}E.input[name*=xm]{}

考题 1、要实现表单元素中的复选框或单选框默认为已选定,要在input标签中加()属性A.selectedB.disabledC.typeD.checked

考题 要实现表单元素中的复选框或单选框默认为已选定,要在input标签中加()属性A.selectedB.disabledC.typeD.checked

考题 4、增加表单的文本域的HTML代码是:A.<input type=submit></input>B.<textarea name="textarea"></textarea>C.<input type=radio></input>D.<input type=checkbox></input>

考题 在表单中包含性别单选项,且默认状态为“男”被选中,下列正确的是()。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">男