Home >Web Front-end >HTML Tutorial >html tbody usage_HTML/Xhtml_web page production

html tbody usage_HTML/Xhtml_web page production

WBOY
WBOYOriginal
2016-05-16 16:43:171371browse

Group display of tables (Structured Table) (IExplore Only)
1) Group by row
... - Header of the table (Header)

. .. - The body of the table ... - The footer of the table
Example:
Food Drink Sweet
A B C
D E F
Food Drink Sweet
A B C D E F
2) Group by column
Food Drink Sweet
A B C
D E F

#=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
#=From the left, the number of columns with specified attributes #=left, right, center Example:
Food Drink Sweet
A B C
D E F
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn