Home  >  Article  >  Web Front-end  >  HTML table markup tutorial (9): Cell spacing attribute CELLSPACING_HTML/Xhtml_Web page production

HTML table markup tutorial (9): Cell spacing attribute CELLSPACING_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:45:072132browse

You can set a certain distance between cells in the table, so that the table will not appear too compact.
Basic Grammar

语法解释
单元格的间距以像素为单位。
文件范例:10-9.htm
设定表格的单元格间距。
01
02
03
04
05
06
07 设定表格的单元格间距
08
09
10

主流的网页设计软件


11

12
13
14
15
16
17
18
19
20
21
网页图像软件 Fireworks
网页制作软件 Dreamweaver
网页动画软件 Flash

Grammar explanation
The spacing between cells is in pixels.
File example: 10-9.htm Set the cell spacing of the table.
01 02 03 04 05 06 07 Set the cell spacing of the table 08 09 10

Mainstream web design software

11 12 13 14 TR>15 16 17 18 19 20 21
Web image software Fireworks
Web page production software Dreamweaver
Web animation software Flash
22 23 File Description Line 11 defines the cell spacing of the table to be 10 pixels.
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