Home > Web Front-end > HTML Tutorial > Usage and explanation of HTML tag tbody_HTML/Xhtml_Web page production

Usage and explanation of HTML tag tbody_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:42:22
Original
1469 people have browsed it

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
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