在 HTML 中,<th> 是 table header 的缩写,用于定义表格中的表头单元格。从词源角度来说,它由两个词组合而成:
table:表示表格;
header:表示表头。
因此,<th> 可以理解为 “table header” 的缩写形式,意为“表格的表头”。
这一命名方式在多个来源中得到了确认,例如:
<th>是 table header cell 的缩写,表示表格的表头单元格 。th是 “table head” 的缩写 。它代表的是表格中用于定义列标题或行标题的单元格 。
这些说明均支持 th 来源于 “table header” 的说法,且具有较高的可信度 。