测验导航
HTML 文本格式化与语义测验 HTML 基础结构测验
HTML 测验题
通过对HTML 教程系统地学习,相信你已全面掌握 HTML 基础结构知识点,为了巩固所学的内容,我们准备了一个小测验。
通过这个测验,您可以检验自己对 HTML 的掌握程度,发现可能需要进一步巩固的地方。
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
1. HTML文档的根元素是什么?
- <body>
- <html>
- <head>
- <!DOCTYPE>
2. 哪个标签用于定义文档的头部信息?
- <head>
- <header>
- <title>
- <meta>
3. 哪个标签用于定义文档的主体内容?
- <main>
- <body>
- <section>
- <content>
4. 哪个标签用于定义文档的标题(显示在浏览器标签页上)?
- <h1>
- <title>
- <header>
- <caption>
5. 哪个标签用于定义段落?
- <para>
- <paragraph>
- <p>
- <text>
6. 哪个标签用于定义超链接?
- <link>
- <a>
- <href>
- <url>
7. 哪个标签用于定义无序列表?
- <ol>
- <list>
- <li>
- <ul>
8. 哪个标签用于定义表格?
- <table>
- <tr>
- <td>
- <tab>
9. 哪个标签用于定义图像?
- <image>
- <picture>
- <img>
- <photo>
10. 哪个标签用于定义换行?
- <lb>
- <br>
- <break>
- <newline>
11. 哪个标签用于定义水平线?
- <line>
- <hl>
- <divider>
- <hr>
12. 哪个标签用于定义注释?
- <!-- -->
- <comment>
- <cmt>
- <note>