The tbody element should be used in conjunction with the thead and tfoot elements.
Group display of tables (Structured Table) (IExplore Only)
1. Group by rows
... - Header of the table
... - Body of the table
... - Footer of the table
Example:
Food |
Drink |
Sweet |
A |
B |
C |
D |
E |
F |
Food |
Drink |
Sweet |
A |
B |
C |
D |
E |
F |
Food |
Drink |
Sweet |
A |
B |
C |
D |
E |
F |
2. Group by columns #=left, right, center
Example:
Food |
Drink |
Sweet |
A |
B |
C |
D |
E |
F |
Food |
Drink | Sweet |
A |
B |
C |
D |
E |
F |
3. Column attribute control #=Counting from the left, the number of columns with specified attributes #=left, right, center Example:
Food |
Drink |
Sweet |
A |
B |
C |
D |
E |
F |