Home  >  Article  >  Web Front-end  >  HTML table markup tutorial (5): Bright border color attribute BORDERCOLORLIGHT_HTML/Xhtml_Web page production

HTML table markup tutorial (5): Bright border color attribute BORDERCOLORLIGHT_HTML/Xhtml_Web page production

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

In the table, you can define the color of the upper left border separately, or you can define the color of the lower right border in the cell. The border colors at these two positions are called bright borders.
Basic Grammar

语法解释
定义颜色的时候,可以使用英文颜色名称或十六进制颜色值表现。
文件范例:10-5.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
When defining colors, you can use English color names or hexadecimal color values.
File example: 10-5.htm Set the color of the bright border of the table.
01 02 03 04 05 06 07 Set table bright border color TITLE>08 09 10

Mainstream web design software

11 12 13 14 15 16 17 18 19 20 21
Web image software Fireworks
Web page production software Dreamweaver
Web page animation software Flash
22 23 File Description Line 11 defines the bright border color of the table as #336699.
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