input控件是表单中最重要的控件,如果使用input控件表示二选一的性别选项,则下列代码中正确的是 A: <input type="sex">男<input type="sex">女 B: <input type="sex"name="radio">男<input type="sex"name="radio">女 C: <input type="radio"name="nan">男<input type="radio"name="nu">女 D: <input type="radio" name="sex">男<input type="radio" name="sex">女
input控件是表单中最重要的控件,如果使用input控件表示二选一的性别选项,则下列代码中正确的是 A: <input type="sex">男<input type="sex">女 B: <input type="sex"name="radio">男<input type="sex"name="radio">女 C: <input type="radio"name="nan">男<input type="radio"name="nu">女 D: <input type="radio" name="sex">男<input type="radio" name="sex">女
在页面中看不见的表单元素是(_____)。 A: <inputtype="password"> B: <inputtype="reset"> C: <inputtype="radio"> D: <inputtype="hidden">
在页面中看不见的表单元素是(_____)。 A: <inputtype="password"> B: <inputtype="reset"> C: <inputtype="radio"> D: <inputtype="hidden">
以下()标签用于在表单中构建复选框(选择一项) A: <inputtype="text"/> B: <inputtype="radio"/> C: <inputtype="checkbox"/> D: <inputtype="password"/>
以下()标签用于在表单中构建复选框(选择一项) A: <inputtype="text"/> B: <inputtype="radio"/> C: <inputtype="checkbox"/> D: <inputtype="password"/>
在HTML5页面中,看不见的表单元素是以下那种元素() A: <input type="password" /> B: <input type="radio" /> C: <input type="hidden" /> D: <input type="reset" />
在HTML5页面中,看不见的表单元素是以下那种元素() A: <input type="password" /> B: <input type="radio" /> C: <input type="hidden" /> D: <input type="reset" />
<input>元素拥有多个type属性值,表示单行文本输入框的是() A: <input type="text"> B: <input type="password"> C: <input type="radio"> D: <input type="checkbox">
<input>元素拥有多个type属性值,表示单行文本输入框的是() A: <input type="text"> B: <input type="password"> C: <input type="radio"> D: <input type="checkbox">
如果要在表单里创建一个单选按钮控件,以下写法中正确的是()。 A: <INPUT> B: <INPUTtype="password"> C: <INPUTtype="checkbox"> D: <INPUTtype="radio">
如果要在表单里创建一个单选按钮控件,以下写法中正确的是()。 A: <INPUT> B: <INPUTtype="password"> C: <INPUTtype="checkbox"> D: <INPUTtype="radio">
如果要在表单里创建一个普通文本框,以下写法中正确的是( )。 A: <input> B: <input type="password"> C: <input type="checkbox"> D: <input type="radio">
如果要在表单里创建一个普通文本框,以下写法中正确的是( )。 A: <input> B: <input type="password"> C: <input type="checkbox"> D: <input type="radio">
HTML表单中,添加文本域的HTML代码是( ) A: <input type="submit"></input> B: <input type="text"></input> C: <input type="radio"></input> D: <input type="checkbox"></input>
HTML表单中,添加文本域的HTML代码是( ) A: <input type="submit"></input> B: <input type="text"></input> C: <input type="radio"></input> D: <input type="checkbox"></input>
如果要在表单里创建一个普通文本框,以下写法中正确的是( )。(2.5) A: <INPUT> B: <INPUT type="password"> C: <INPUT type="checkbox"> D: <INPUT type="radio">
如果要在表单里创建一个普通文本框,以下写法中正确的是( )。(2.5) A: <INPUT> B: <INPUT type="password"> C: <INPUT type="checkbox"> D: <INPUT type="radio">
在表单中,设置单选按钮 性别选项 "男" 切默认状态为 "男" 被选中,下列代码正确的是( ) A: <input type="radio" name="gender" value="男" checked />男 B: <input type="radio" name="gender" value="男" enabled />男 C: <input type="checkbox" name="gender" value="男" checked />男 D: <input type="checkbox" name="gender" value="男" enabled />男
在表单中,设置单选按钮 性别选项 "男" 切默认状态为 "男" 被选中,下列代码正确的是( ) A: <input type="radio" name="gender" value="男" checked />男 B: <input type="radio" name="gender" value="男" enabled />男 C: <input type="checkbox" name="gender" value="男" checked />男 D: <input type="checkbox" name="gender" value="男" enabled />男