A: button
B: checkbox
C: file
D: color
举一反三
- 以下属性哪个是HTML5 input元素新增的type类型 A: password B: checkbox C: adio D: ange
- 下列的HTML中哪个可以产生复选框?() A: <input type="check"> B: <checkbox> C: <input type="checkbox"> D: <check>
- 下列哪个是用于显示普通按钮表单元素() A: <input type="checkbox"> B: <input type="rest"> C: <input type="submit"> D: <input type="button">
- 下列属于HTML5中新增的表单类型为( ) A: email B: time C: color D: file
- input元素的type属性的取值可以是() A: color B: checkbox C: select D: button
内容
- 0
阅读以下代码段,则可知 <input type="text" name="textfield"> <input type="radio" name="radio" value="女"> <input type="checkbox" name="checkbox" value="checkbox"> <input type="file" name="file">
- 1
表单:阅读以下代码段,则可知( )。 <INPUT type="text" name="textfield"><INPUT type="radio" name="radio" value="女"><INPUT type="checkbox" name="checkbox" value="checkbox"><INPUT type="file" name="file">
- 2
智慧职教: 利用jQuery实现全选反选全不选,网页外观代码如下。 <script type="text/html" style='display:block'> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <input type="checkbox" name="check" value="a"/>a <input type="checkbox" name="check" value="b"/>b <input type="checkbox" name="check" value="c"/>c <input type="button" value="全选" id="btn"/> </body> </html> </script>
- 3
input标签的type属性中,下面哪个是html5新增的类型? A: type="text" B: type="email" C: type="tel" D: type="password"
- 4
阅读以下代码段,则可知下列代码分别定义了( ) <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: 文本框