html之table之多个tbody

[size=large][b]效果图:[/b][/size]


[img]http://dl2.iteye.com/upload/attachment/0119/4756/086f1e04-29eb-3617-975b-a7c24ab0de18.png[/img]


[size=large][b]代码:[/b][/size]












The tbody Tag


Use multiple tbody sections when rules are needed between groups of table rows:









Firstname Lastname Savings























Peter Griffin $100
Detail
1.0 2.0 3.0
2.0 3.0 4.0























Lois Griffin $150Detail
1.0 2.0 3.0
2.0 3.0 4.0























Joe Swanson $300Detail
1.0 2.0 3.0
2.0 3.0 4.0























Cleveland Brown $250Detail
1.0 2.0 3.0
2.0 3.0 4.0











代码二:













The tbody Tag


Use multiple tbody sections when rules are needed between groups of table rows:



































































































Firstname Lastname Savings
Peter Griffin $100
Detail
1.0 2.0 3.0
2.0 3.0 4.0
Lois Griffin $150Detail
1.0 2.0 3.0
2.0 3.0 4.0
Joe Swanson $300Detail
1.0 2.0 3.0
2.0 3.0 4.0
Cleveland Brown $250Detail
1.0 2.0 3.0
2.0 3.0 4.0












引用:

[url]http://stackoverflow.com/a/3076721/2893073[/url]

[url]http://www.w3.org/TR/xhtml1/dtds.html[/url]


--

你可能感兴趣的:(元素)