表格标签中,定义表格中的表头单元格的标签是以下( )。
A: tr
B: th
C: td
D: table
A: tr
B: th
C: td
D: table
举一反三
- 定义表格的项目表头的HTML标签是( )。 A: <;table>; B: <;td>; C: <;tr>; D: <;th>;
- ______标签用于定义表格、行和单元格。 A: tbody tr td B: table row cel C: table tr td D: table th td
- td标签用于定义表格中的单元格,必须嵌套在哪个标签中(距离最近的标签)? A: table B: tr C: th
- 表格中表示表头单元格的标签是() A: tr B: td C: th D: talbe
- 下面选项中,()是表格主体标签。 A: <;table>;<;/table>; B: <;tr>;<;/tr>; C: <;td>;<;/td>; D: <;th>;<;/th>;