In a 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 in these two positions are called bright borders. Basic syntax <TABLE Bordercolorlight=color_VALUE> Syntax explanation <br />When defining colors, you can use English color names or hexadecimal color values. File example: 10-5.htm Sets the color of the table's light border. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-5.htm --> 03 <!-- File Description: Set the table bright border color--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Set the table bright border color</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100 Bordercolorlight=#336699> 12 <TR> 13 <TD>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 11 defines the light border color of the table as #336699. |
<<: Detailed explanation of how to deploy SpringBoot in docker and replace jar packages
>>: Native JS to achieve blinds special effects
This article shares the specific code of Vue+echa...
First, we need a server with Docker installed. (I...
Table of contents PXE implements unattended batch...
If you are using Alibaba Cloud Server, you need t...
This article example shares the specific code of ...
Create table & create index create table tbl1...
FIFO communication (first in first out) FIFO name...
How to refresh iframe 1. To refresh, you can use j...
This article introduces the sample code of CSS pi...
Introduction to Angular Angular is an open source...
1. Introduction resolv.conf is the configuration ...
Original : http://developer.yahoo.com/performance...
Preface In MySQL, both Innodb and MyIsam use B+ t...
What you will create In this new tutorial, we'...
question CSS fixed positioning position:fixed is ...