HTML 测验题

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

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


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

1. 哪个标签用于定义无序列表?

  • <ol>
  • <list>
  • <ul>
  • <li>

2. 哪个标签用于定义有序列表?

  • <ul>
  • <ol>
  • <dl>
  • <list>

3. 哪个标签用于定义列表项?

  • <ul>
  • <ol>
  • <dl>
  • <li>

4. 哪个标签用于定义描述列表?

  • <dl>
  • <dt>
  • <dd>
  • <list>

5. 哪个标签用于定义描述列表中的术语?

  • <dl>
  • <dt>
  • <dd>
  • <li>

6. 哪个标签用于定义描述列表中的描述?

  • <dl>
  • <dt>
  • <dd>
  • <li>

7. 哪个标签用于定义嵌套列表?

  • <ul>
  • <ol>
  • <dl>
  • <li>

8. 哪个标签用于定义列表的容器?

  • <ul>
  • <ol>
  • <dl>
  • <li>

9. 哪个标签用于定义有序列表的序号类型?

  • <ul type="1">
  • <ol type="1">
  • <dl type="1">
  • <li type="1">

10. 哪个标签用于定义无序列表的项目符号?

  • <ul type="circle">
  • <ol type="disc">
  • <ul type="disc">
  • <li type="disc">

11. 哪个标签用于定义列表项的样式?

  • <ul style="list-style-type: square">
  • <ol style="list-style-type: square">
  • <dl style="list-style-type: square">
  • <li style="list-style-type: square">

12. 哪个标签用于定义列表的反向排序?

  • <ol reversed>
  • <ul reversed>
  • <dl reversed>
  • <li reversed>