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

html tbody usage_HTML/Xhtml_web page production

WBOY
Release: 2016-05-16 16:43:17
Original
1383 people have browsed it

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
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template