HTML 测验题

通过对HTML 教程系统地学习,相信你已全面掌握 HTML 表单高级控件知识点,为了巩固所学的内容,我们准备了一个小测验。

通过这个测验,您可以检验自己对 HTML 的掌握程度,发现可能需要进一步巩固的地方。


  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12

1. 哪个标签用于定义日期选择器?

  • <input type="text">
  • <input type="date">
  • <date>
  • <calendar>

2. 哪个标签用于定义颜色选择器?

  • <input type="text">
  • <color>
  • <input type="color">
  • <palette>

3. 哪个标签用于定义滑块控件?

  • <input type="range">
  • <slider>
  • <input type="number">
  • <scroll>

4. 哪个标签用于定义文件上传控件?

  • <input type="file">
  • <upload>
  • <file>
  • <input type="text">

5. 哪个标签用于定义电子邮件输入框?

  • <email>
  • <input type="email">
  • <input type="text">
  • <mail>

6. 哪个标签用于定义URL输入框?

  • <url>
  • <input type="text">
  • <input type="url">
  • <link>

7. 哪个标签用于定义数字输入框?

  • <number>
  • <input type="text">
  • <digit>
  • <input type="number">

8. 哪个标签用于定义搜索框?

  • <input type="search">
  • <search>
  • <input type="text">
  • <find>

9. 哪个标签用于定义时间选择器?

  • <time>
  • <input type="time">
  • <input type="text">
  • <clock>

10. 哪个标签用于定义月份选择器?

  • <month>
  • <input type="text">
  • <input type="month">
  • <calendar>

11. 哪个标签用于定义周选择器?

  • <week>
  • <input type="text">
  • <input type="date">
  • <input type="week">

12. 哪个标签用于定义密码输入框?

  • <input type="password">
  • <password>
  • <input type="text">
  • <secret>