By default, the border of the table is 0, and we can set the border line for the table.
Basic Grammar
语法解释
通过BORDER属性定义边框线的宽度,单位为像素。
文件范例:10-2.htm
设定边框线的宽度。
01
02
03
04
05
06
07 设定表格的边框宽度
08
09
10 主流的网页设计软件
11
12
13 网页图像软件 |
14 Fireworks |
15
16
17 网页制作软件 |
18 Dreamweaver |
19
20
21 网页动画软件 |
22 Flash |
23
24
Grammar explanation>
26
27 网页图像软件 |
28 Fireworks |
29
30
31 网页制作软件 |
32 Dreamweaver |
33
34
35 网页动画软件 |
36 Flash |
37
38
Define the width of the border line through the BORDER attribute, in pixels.
File example: 10-2.htm
Set the width of the border line. 01 02
03 04 05 06 07 Set the border width of the table TITLE>08 09 10 Mainstream web design software
11 12 13 Webpage Image Software | 14 Fireworks | 15
16 17 Webpage Production Software | 18 Dreamweaver | 19
20 21 Web animation software | 22 Flash | 23
24
25 >26 27 Webpage Image software | 28 Fireworks | 29
30 31 Web page production software | 32 Dreamweaver | 33
34 35 Web animation software | 36 Flash | 37
38
39 40
File Description
Lines 11 to 24 are a complete table with a table border of 1 pixel, and lines 25 to 38 are a second complete table with a border width of 10 pixels.