A certain distance can be set between cells in a table so that the table does not appear too compact. Basic syntax <TABLE CellSpacing=value> Syntax explanation <br />Cell spacing is in pixels. File example: 10-9.htm Set the cell spacing for the table. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-9.htm --> 03 <!-- File Description: Set the cell spacing of the table--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Setting the cell spacing of a table</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100 Bordercolor=#336699 Background=10-8.jpg CellSpacing=10> 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 cell spacing of the table to be 10 pixels. |
<<: Mysql Sql statement exercises (50 questions)
>>: How to use provide to implement state management in Vue3
Table of contents 1. Effect Demonstration 2. Impl...
When updating a record in MySQL, the syntax is co...
1. Download the RPM package corresponding to Linu...
When learning mybatis, I encountered an error, th...
This article records the detailed process of down...
This article mainly introduces the case of Vue en...
Preface Note: The test database version is MySQL ...
Table of contents 1. MySQL replication process 2....
Linux server hosts file configuration The hosts f...
During the development process, we often use the ...
1. Introduction to mysqldump mysqldump is a logic...
I am planning to organize the company's inter...
1. The vertical-align property achieves the follo...
Table of contents background What is tablespace f...
engine Introduction Innodb engine The Innodb engi...