HTML 测验题

通过对HTML 教程系统地学习,相信你已全面掌握 HTML 元信息与头部元素知识点,为了巩固所学的内容,我们准备了一个小测验。

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


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

1. 哪个标签用于定义文档的标题?

  • <h1>
  • <title>
  • <header>
  • <head>

2. 哪个标签用于定义文档的字符编码?

  • <encoding>
  • <meta charset="UTF-8">
  • <charset>
  • <script>

3. 哪个标签用于定义文档的描述信息?

  • <meta name="description">
  • <desc>
  • <info>
  • <summary>

4. 哪个标签用于定义文档的关键字?

  • <keys>
  • <tags>
  • <meta>
  • <meta name="keywords">

5. 哪个标签用于定义文档的作者信息?

  • <author>
  • <meta name="author">
  • <creator>
  • <writer>

6. 哪个标签用于定义文档的视口设置?

  • <view>
  • <screen>
  • <meta name="viewport">
  • <display>

7. 哪个标签用于定义文档的基准URL?

  • <base>
  • <url>
  • <link>
  • <href>

8. 哪个标签用于定义文档与外部资源的关系?

  • <rel>
  • <src>
  • <resource>
  • <link>

9. 哪个标签用于定义文档的样式表?

  • <css>
  • <style>
  • <stylesheet>
  • <design>

10. 哪个标签用于定义文档的脚本?

  • <js>
  • <code>
  • <script>
  • <program>

11. 哪个标签用于定义文档的图标?

  • <link rel="icon">
  • <icon>
  • <favicon>
  • <img>

12. 哪个标签用于定义文档的刷新或重定向?

  • <redirect>
  • <refresh>
  • <go>
  • <meta http-equiv="refresh">