HTML 语义化标签测验
HTML 测验题
通过对HTML 教程系统地学习,相信你已全面掌握 HTML 语义化标签知识点,为了巩固所学的内容,我们准备了一个小测验。
通过这个测验,您可以检验自己对 HTML 的掌握程度,发现可能需要进一步巩固的地方。
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
1. 哪个标签用于表示文档的主要内容?
- <content>
- <body>
- <main>
- <section>
2. 哪个标签用于定义文章的标题?
- <title>
- <h1>
- <header>
- <head>
3. 哪个标签用于定义导航链接?
- <links>
- <menu>
- <navigation>
- <nav>
4. 哪个标签用于定义页脚内容?
- <footer>
- <bottom>
- <foot>
- <end>
5. 哪个标签用于定义侧边栏内容?
- <sidebar>
- <side>
- <aside>
- <div>
6. 哪个标签用于定义时间或日期?
- <date>
- <time>
- <datetime>
- <calendar>
7. 哪个标签用于定义强调文本?
- <bold>
- <important>
- <em>
- <strong>
8. 哪个标签用于定义图像标题?
- <figcaption>
- <caption>
- <imgtext>
- <imagetitle>
9. 哪个标签用于定义代码块?
- <script>
- <pre>
- <code>
- <blockcode>
10. 哪个标签用于定义文档的头部区域?
- <head>
- <header>
- <top>
- <heading>
11. 哪个标签用于定义联系信息?
- <contact>
- <info>
- <mail>
- <address>
12. 哪个标签用于定义独立的文章内容?
- <article>
- <post>
- <story>
- <section>