【发布时间】:2011-10-08 08:42:30
【问题描述】:
使用<th> 标记作为列标题是否合适/语义。 IE。 Price 和 Qty 应该在 <th> 这样的表格的标签中吗?
+-------+--------+---------+--------+
| | apples | oranges | lemons |
|-------+--------+---------+--------|
| Price | 100 | 200 | 300 |
|-------+--------+---------+--------|
| Qty | 10 | 10 | 10 |
+-------+--------+---------+--------+
【问题讨论】:
-
validator.w3.org 有答案...