您现在的位置是:网站首页> 编程资料编程资料

html tbody 用法_HTML/Xhtml_网页制作_

2023-11-13 436人已围观

简介 表格的分组显示(Structured Table) (IExplore Only) 1)按行分组 <thead> ... </thead> - 表的题头(Header) <tbody> ... </tbody> - 表的正文(Body) <tfoot> ... </tfoot> - 表的脚注(Footer) 例: <table border> <thead

表格的分组显示(Structured Table) (IExplore Only)
1)按行分组
... - 表的题头(Header) ... - 表的正文(Body) ... - 表的脚注(Footer)
例:
FoodDrinkSweet
ABC
DEF

2)按列分组
#=left, right, center
例:
FoodDrinkSweet
ABC
DEF

3)列的属性控制
#=从左数起,具有指定属性的列的列数 #=left, right, center
例:
FoodDrinkSweet
ABC
DEF

-六神源码网