In rows, dark border colors can be defined individually. Basic syntax <TR Bordercolordark=color_VALUE> Syntax explanation <br />When defining colors, you can use English color names or hexadecimal color values. File example: 10-21.htm Sets the color of the row's dark border. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-21.htm --> 03 <!-- File Description: Set the row dark border color--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Set row dark border color</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100> 12 <TR Bordercolorlight=#336699 Bordercolordark=#ff0000> 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 12 defines the dark border color of the row as #FF0000. |
<<: MySQL Null can cause 5 problems (all fatal)
>>: Super simple implementation of Docker to build a personal blog system
Table of contents Structural inheritance (impleme...
The performance of your website or service depend...
The <a> tag is mainly used to define links ...
A simple record of the database startup problems ...
We usually use float layout to solve the compatib...
I have searched various major websites and tested...
Problem description: When phpstorm's SFTP hos...
Table of contents 1. Introduction 2. Prototype ch...
The following is an introduction to using SQL que...
Description: Set a timer to replace the content of...
Enable remote access rights for mysql By default,...
In the following example, when the width of the td...
The various HTML documents of the website are con...
When it comes to pictures, the first thing we thi...
Preface Hello everyone, this is the CSS wizard - ...