The BGCOLOR attribute can be used to set the background color of a row. Basic syntax <TR BGcolorr=color_value> Syntax explanation <br />When defining colors, you can use English color names or hexadecimal color values. File example: 10-18.htm Sets the row background color. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-18.htm --> 03 <!-- File Description: Set the row background color--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Set the row background color</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100 Bordercolor=#336699> 12 <TR Bgcolor=#00FFFF> 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 background color of the row as #00FFFF. |
<<: Mysql get table comment field operation
>>: Use Docker to build a Git image using the clone repository
Recently, new projects have used springcloud and ...
Content 1. Give readers a reason to stay. Make the...
This article describes how to create multiple ins...
1. Overview of modules and instructions used to l...
1. Storage Engine In the last section, we mention...
If you are not committed to becoming an artist, t...
Today I found that a program inserted an incorrec...
Preface Share two methods to monitor whether an e...
Table of contents Overview Method 1: Pass paramet...
1 Introduction After "Maven deploys Springbo...
Preface Regarding the use of MySQL indexes, we ha...
1. Install Docker First open the Linux environmen...
Table of contents 1. Concept Memory management mo...
Well, you may be a design guru, or maybe that'...
1. A container is an independently running applic...