HTML 文本格式化与语义测验
HTML 测验题
通过对HTML 教程系统地学习,相信你已全面掌握 HTML 文本格式化与语义知识点,为了巩固所学的内容,我们准备了一个小测验。
通过这个测验,您可以检验自己对 HTML 的掌握程度,发现可能需要进一步巩固的地方。
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
1. 哪个标签用于定义最重要的标题?
- <h1>
- <heading>
- <head>
- <title>
2. 哪个标签用于定义强调文本?
- <bold>
- <em>
- <strong>
- <italic>
3. 哪个标签用于定义重要的文本?
- <b>
- <important>
- <strong>
- <em>
4. 哪个标签用于定义小号文本?
- <tiny>
- <mini>
- <little>
- <small>
5. 哪个标签用于定义被删除的文本?
- <del>
- <remove>
- <strike>
- <deleted>
6. 哪个标签用于定义插入的文本?
- <add>
- <ins>
- <insert>
- <new>
7. 哪个标签用于定义下标文本?
- <low>
- <below>
- <sub>
- <under>
8. 哪个标签用于定义上标文本?
- <high>
- <top>
- <above>
- <sup>
9. 哪个标签用于定义代码片段?
- <code>
- <program>
- <script>
- <coding>
10. 哪个标签用于定义键盘输入?
- <key>
- <kbd>
- <keyboard>
- <input>
11. 哪个标签用于定义变量?
- <v>
- <variable>
- <var>
- <vari>
12. 哪个标签用于定义预格式化文本?
- <formatted>
- <text>
- <keepformat>
- <pre>