36

I know it's a little off-topic, but what is the origin of the tag name "TD" used in HTML table markup?

"TH" seems like it should stand for "Table Header" and "TR" for "Table Row", but what about "TD"?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Vivian River
  • 31,198
  • 62
  • 198
  • 313

4 Answers4

62

Looking at the HTML spec, it seems that it's an abbreviation for "table data cell", whereas th is an abbreviation of "table header cell".

lonesomeday
  • 233,373
  • 50
  • 316
  • 318
12

The meaning of <td> is "table data"

abaumg
  • 2,083
  • 1
  • 16
  • 24
7

TD = Table Data ... Intuitive, no?

David Fells
  • 6,678
  • 1
  • 22
  • 34
7

I always assumed it stood for "Table Data"

tomaski
  • 957
  • 8
  • 15