To beautify the table, you can set different border colors for the table. Basic syntax <TABLE BORDERCOLOR=COLOR_VALUE> Syntax explanation <br />When defining colors, you can use English color names or hexadecimal color values. File example: 10-4.htm Sets the color of the table border. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-4.htm --> 03 <!-- File Description: Set the color of the table border--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Set the color of the table border</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100 Bordercolor=#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 border color of the table as #336699. |
<<: Nginx configuration and compatibility with HTTP implementation code analysis
>>: Detailed tutorial on how to create a user in mysql and grant user permissions
<br />Not long ago, due to business needs, I...
Here is a case of modal box dragging. The functio...
Preface During the interview, many interviewers m...
Table of contents 1. Rendering 2. Implementation ...
MultiTail is a software used to monitor multiple ...
Online Preview https://jsrun.pro/AafKp/ First loo...
The first thing to do is to pick a good browser. ...
Recently, there is a need to automatically search...
Locks in MySQL Locks are a means to resolve resou...
Table of contents 1. Basic use of axio 2. How to ...
1. Installation 1. Download Go to the MySQL offic...
Table of contents Tutorial Series 1. Install Mari...
Note: The nginx version must be 1.9 or above. Whe...
Table of contents Class void pointing ES6 Arrow F...
The semantics, writing style, and best practices ...