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
This article summarizes the common commands for L...
How to introduce svg icons in Vue Method 1 of int...
The installation of mysql5.7.18zip version on Win...
1. Subquery MySQL 4.1 and above support subquerie...
Run the script in debug mode You can run the enti...
This tutorial shares the installation and configu...
Because the Base images pulled by Docker, such as...
I was bored and sorted out some simple exercises ...
Preface: I recently started to study the construc...
Copy code The code is as follows: html, address, ...
Code first, then text Copy code The code is as fol...
Table of contents Preface 1. Linux changes the yu...
Achieve resultsImplementation Code html <heade...
A common development need is that we want to coll...
1. Monitoring architecture diagram 2. Implementat...