设有以下两行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]{}
A: input{}
B: input[name]{}
C: input[type]{}
D: input[name=xm]{}
E: input[name*=xm]{}
举一反三
- 阅读以下代码段,则可知 <input type="text" name="textfield"> <input type="radio" name="radio" value="女"> <input type="checkbox" name="checkbox" value="checkbox"> <input type="file" name="file">
- 表单:阅读以下代码段,则可知( )。 <INPUT type="text" name="textfield"><INPUT type="radio" name="radio" value="女"><INPUT type="checkbox" name="checkbox" value="checkbox"><INPUT type="file" name="file">
- 2.HTML5中,要实现如图所示的效果的代码是( ) A: <;input name="color" type="text"/>; B: <;input name="color" type="textarea"/>; C: <;input name="color" type="color"/>; D: <;input name="color" type="radio"/>;
- 以下哪种语句是实现表单提交的动作?( )[2分] A: <input type=submit name=**> B: <input type=reset name=**> C: <input type=text name=**> D: <input type=password name=**>
- 阅读以下代码段,则可知下列代码分别定义了( ) <INPUT type="text" name="textfield"> <INPUT type="radio" name="radio" value="女"> <INPUT type="checkbox" name="checkbox" value="checkbox"> <INPUT type="file" name="file">。 A: 文本框 B: 文本框 C: 密码框 D: 文本框