In cells, light border colors can be defined individually. > Basic Syntax <TD Bordercolorlight=color_VALUE> Syntax explanation <br />When defining colors, you can use English color names or hexadecimal color values. File example: 10-27.htm Sets the color of the cell's light border. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-27.htm --> 03 <!-- File Description: Set the cell bright border color--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Set the cell bright border color</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100> 12 <TR> 13 <TD Bordercolorlight=#336699>Web Graphics Software</TD><TD>Fireworks</TD> 14 </TR> 15 <TR> 16 <TD>Web page creation software</TD><TD>Dreamweaver</TD> 17 </TR> 18 <TR> 19 <TD>Web animation software</TD><TD>Flash</TD> 20 </TR> 21 </TABLE> 22 </BODY> 23 </HTML> File Description <br />Line 13 defines the light border color of the cell as #336699. |
<<: How to install openjdk in docker and run the jar package
>>: A brief discussion on the matching rules of host and user when Mysql connects to the database
error message: ERROR 1862 (HY000): Your password ...
First configure the project artifacts Configuring...
To deploy war with Docker, you must use a contain...
MySQL 8.0.3 is about to be released. Let’s take a...
This article uses examples to explain the basic k...
1. Font properties color, specifies the color of ...
Many concepts in UI design may seem similar in wo...
Table of contents 1 Test Environment 1.1 Server H...
This article shares the specific code of JavaScri...
eureka: 1. Build a JDK image Start the eureka con...
Tomcat server is a free and open source Web appli...
Separation of static and dynamic Dynamic requests...
Table of contents The first step is to download M...
This article example shares the specific code of ...
Because I have been tinkering with Linux recently...