• 2022-06-08
    下列哪个input的type类型是html5新增的?
    A: button
    B: checkbox
    C: file
    D: color
  • D

    内容

    • 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: 文本框