在表单中包含性别单选项,且默认状态为“男”被选中,下列正确的是( )。
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">男
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">男
举一反三
- 在表单中包含性别选项,且默认状态为“男”被选中,下列正确的是( )。 A: <input type="radio" name="sex" checked>男 B: <input type="radio" name="sex" enabled>男 C: <input type="checkbox" name="sex" checked>男 D: <input type="checkbox" name="sex" enabled>男
- 下列哪个是文件域表单元素正确的写法?( ) A: <input type="file" name="file" /> B: <input type="button" name="btn" /> C: <input type="text" name="text" /> D: <input type="password" name="pwd" />
- 以下代码,正确表示表单中的复选框的是?( )。 A: <input type="password"> B: <input type="radio"> C: <input type="checkbox"> D: <input type="text">
- 定义名为“学号”的属性,该属性的类型为“string”,该属性在XML中必须出现,下面正确的选项是( )。 A: <!attribute name="学号" type="string" use="required" /> B: <attribute name="学号" type="string" use="prohibited" /> C: <attribute name="学号" type="string" use="required" /> D: <attribute name="学号" type="string" use="optional" />
- 如果要在表单里创建一个普通文本框,以下写法中正确的是:( )。 A: <INPUT type="checkbox"> B: <INPUT> C: <INPUT type="password"> D: <INPUT type="radio">