第十三章 表格与列表

第十三章 表格与列表

University

20 Qs

quiz-placeholder

Similar activities

2023.09——Python基础语法

2023.09——Python基础语法

University

20 Qs

HTML

HTML

University

16 Qs

Html

Html

University

20 Qs

Balises HTML & CSS

Balises HTML & CSS

8th Grade - University

20 Qs

Web Design- HTML Review

Web Design- HTML Review

KG - University

17 Qs

Word

Word

University

20 Qs

Révision Intra

Révision Intra

University

20 Qs

ETIQUETAS HTML

ETIQUETAS HTML

University

22 Qs

第十三章 表格与列表

第十三章 表格与列表

Assessment

Quiz

Computers

University

Medium

Created by

b c

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下哪个元素用于标记开始一个HTML表格?
<table>
<tr>
<th>
<td>

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下哪个元素用以构成表格中的一行?
<tr>
<table>
<th>
<td>

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以后哪个元素通常用以表示某一列的表头?
<th>
<tr>
<table>
<td>

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下哪个元素包含表格中的一个单元格?
<td>
<th>
<tr>
<table>

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

<th>和<td>需要嵌套在<tr>中。
正确
错误

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

要为表格中的某个单元格留空,通常使用:
<td></td>
<table></table>
<tr></tr>

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

如果要将表头放在表格左侧,而不是上方。那么<th>应当放置于:
各<tr>中的第一项
全部置于第一个<tr>中

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?