Detailed introduction to table (TABLE) tags (TAGS)_HTML/Xhtml_Web page production
WBOYOriginal
2016-05-16 16:40:541319browse
Basic syntax of tables
...
- Define table
- Define table row
- Define table header
- Define table Yuan (specific data of the table)
Table with borders:
Copy the code
The code is as follows:
< ;table border>
Food
Drink
Sweet
A< ;/td>
B
C
Food
Drink
Sweet
A
B
C
Table without borders:
Copy the code
The code is as follows:
td>A
B
C
Food
Drink
Sweet
A
B
C
Table Span spanning multiple rows and columns
Table elements spanning multiple columns
Copy code
The code is as follows:
;th>Drink
Sweet
A
B
C
Table elements spanning multiple rows
Morning Menu
Food
Drink
Sweet
A
B
C
Copy code
The code is as follows:
< ;tr>
Morning Menu
Food
A
< ;th>Drink
B
Sweet
C
tr>
Table size setting
Border size settings:
Copy code
The code is as follows:
< table border=10>
Food
Drink
Sweet
A
B
C
Food
Drink
Sweet
A
B
C
Table size setting:
Copy code
The code is as follows:
< table border width=170 height=100>
Food
Drink
Sweet
A
B
C
Food
Drink
Sweet
A
B
C
Table element gap setting:
Copy code
The code is as follows:
< ;table border cellspacing=10>
Food
Drink
Sweet
< td>A
B
C
Food
Drink
Sweet
A
B
C
Internal blank setting of table element:
Copy the code
The code is as follows:
Food
Drink
Sweet
< ;td>A
B
C
Food
Drink
Sweet
A
B
C
Alignment/layout of text within the table
#=left, center, right
Copy code
The code is as follows:
Food
Drink
Sweet
A
B
C
Food
Drink
Sweet
A
B
C
#=top, middle, bottom, baseline
Copy code
The code is as follows:
Food
Drink
Sweet
Other
A
B
< ;td valign=bottom>C
D
Food
Drink
Sweet
Other
A
B
C
D
Alignment/layout of the table on the page (Floating Table)
Copy code
The code is as follows:
Food
Drink
Sweet
A
B
C
My favorites... cookies, chocolates, and more.
Food
Drink
Sweet
A
B
C
My favorites... cookies, chocolates, and more.
Food
Drink
Sweet
A
B
C
My favorites... cookies, chocolates, and more.
#=space value
复制代码
代码如下:
Food
Drink
Sweet
A
B
C
My favorites... cookies, chocolates, and more.
Food
Drink
Sweet
A
B
C
My favorites... cookies, chocolates, and more.
表格的标题
...
#=left, center, right
复制代码
代码如下:
Lunch
Food
Drink
Sweet
A
B
C
Lunch
Food
Drink
Sweet
A
B
C
Lunch
Food
Drink
Sweet
A
B
C
...
#=top, bottom
valign=top is default.
复制代码
代码如下:
Lunch
Food
Drink
Sweet
A
B
C
Food
Drink
Sweet
A
B
C
Lunch
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