开发者

HTML terminology question:TBODY vs P

A TBODY tag can normally hold a number开发者_如何学JAVA of TR tags.

P tag usually holds just textual data.

Is there any special terminology in HTML to differentiate this type of behavior of TBODY? Can I say TBODY is a 'container' type of TAG as opposed to a P tag?


TBODY, THEAD, and TFOOT elements are specifically described as "row groups": http://www.w3.org/TR/html4/struct/tables.html#edef-TBODY

Similarly, DIVs are described as "grouping" elements.

P elements are known as "text" elements.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜