<第>对于列标题第>
使用 标签作为列标题是否合适/语义。即
Price
和 Qty
应该位于这样的表格的 标签中吗?
+-------+--------+---------+--------+
| | apples | oranges | lemons |
|-------+--------+---------+--------|
| Price | 100 | 200 | 300 |
|-------+--------+---------+--------|
| Qty | 10 | 10 | 10 |
+-------+--------+---------+--------+
Is it suitable/semantic to use <th>
tag for column headers. I.e. should Price
, and Qty
be in <th>
tags for table like this?
+-------+--------+---------+--------+
| | apples | oranges | lemons |
|-------+--------+---------+--------|
| Price | 100 | 200 | 300 |
|-------+--------+---------+--------|
| Qty | 10 | 10 | 10 |
+-------+--------+---------+--------+
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的
这些是行标题,但仍然是的。
Yes
Those are row headings, but still, yes.
是的,您可以执行此操作
并查看链接 http://www.w3.org /TR/html4/struct/tables.html
Yes,u can do this
and see the link http://www.w3.org/TR/html4/struct/tables.html