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 |
+-------+--------+---------+--------+
Yes
Those are row headings, but still, yes.