HTML 特殊文本标记测验
HTML 测验题
通过对HTML 教程系统地学习,相信你已全面掌握 HTML 特殊文本标记知识点,为了巩固所学的内容,我们准备了一个小测验。
通过这个测验,您可以检验自己对 HTML 的掌握程度,发现可能需要进一步巩固的地方。
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
1. 哪个标签用于定义缩写或首字母缩略词?
- <short>
- <abbr>
- <acro>
- <abbreviation>
2. 哪个标签用于定义文档的作者/拥有者的联系信息?
- <author>
- <address>
- <contact>
- <info>
3. 哪个标签用于定义文字的书写方向?
- <bdo>
- <dir>
- <direction>
- <bidi>
4. 哪个标签用于定义引用作品的标题?
- <quote>
- <source>
- <reference>
- <cite>
5. 哪个标签用于定义代码片段?
- <program>
- <code>
- <coding>
- <script>
6. 哪个标签用于定义被删除的文本?
- <del>
- <remove>
- <strike>
- <deleted>
7. 哪个标签用于定义术语的定义?
- <term>
- <definition>
- <dfn>
- <explain>
8. 哪个标签用于定义强调的文本?
- <strong>
- <bold>
- <highlight>
- <em>
9. 哪个标签用于定义键盘输入?
- <input>
- <kbd>
- <keyboard>
- <type>
10. 哪个标签用于定义标记/高亮的文本?
- <mark>
- <highlight>
- <bright>
- <emphasize>
11. 哪个标签用于定义短的引用?
- <quote>
- <cite>
- <q>
- <shortquote>
12. 哪个标签用于定义文档或节的文章/页脚信息?
- <bottom>
- <end>
- <foot>
- <footer>