开发者

What is the origin of the HTML tag name: "<TD>"

开发者 https://www.devze.com 2023-03-04 14:14 出处:网络
I know it\'s a little off-to开发者_运维技巧pic, but what is the origin of the tag name \"TD\" used in HTML table markup?

I know it's a little off-to开发者_运维技巧pic, 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"?


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".


The meaning of <td> is "table data"


TD = Table Data ... Intuitive, no?


I always assumed it stood for "Table Data"

0

精彩评论

暂无评论...
验证码 换一张
取 消