The background color of the table can be set through the BGCOLOR attribute. Basic syntax <TABLE BGCOLORr=color_VALUE> Syntax explanation <br />When defining colors, you can use English color names or hexadecimal color values. File example: 10-7.htm Sets the table background color. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-7.htm --> 03 <!-- File Description: Set the table background color--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Set the table background color</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100 Bordercolor=#336699 Bgcolor=#00FFFF> 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 background color of the table as #00FFFF. |
<<: MySQL fuzzy query usage (regular, wildcard, built-in function)
>>: WeChat applet implements SMS login in action
Table of contents Preface Summary of the principl...
What is a mirror? An image can be seen as a file ...
As a Vue user, it's time to expand React. Fro...
You may often see the following effect: That’s ri...
Preface Because computer numbers are floating poi...
Table of contents 1. Deconstruction Tips 2. Digit...
The following three methods are commonly used to d...
Table of contents Nesting Parent-child component ...
Apache Tomcat is an open source software that imp...
nohup Command When using Unix/Linux, we usually w...
Table of contents Preface Creating a component li...
Copy code The code is as follows: <html> &l...
Common usage of Regexp in Mysql Fuzzy matching, c...
What is a stored procedure Simply put, it is a se...
1. Add users and groups 1. Add mysql user group #...