RULES can be used to control the style of the internal border of the table. Basic syntax <TABLE reles="value"> Syntax The values of value are shown in the following table: Table internal border style property value Description All Display all internal borders Cols Display row borders only Groups Display borders between rows and columns None Do not display internal borders Rows Display column borders only Document example: 10-13.htm Sets the style of the table's inner border. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-13.htm --> 03 <!--File Description: Set the internal border style of the table--> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Set the internal border style of the table</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100 Bordercolor=#336699 CellSpacing=10 CellPadding=25 ALIGN="CENTER" rules=rows> 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 internal border style of the table to display only row borders. |
<<: Native JS to achieve draggable login box
>>: Solution to mysql error code 1064
This article shares the specific code of JS+Canva...
Table of contents Preface Front-end structure Bac...
Table of contents Congruent and Incongruent congr...
MySQL uses triggers to solve the row limit of the...
Vue+iview menu and tab linkage I am currently dev...
If you want to transfer files between Windows and...
1. Cancel the blue color of the a tag when it is ...
1. Front-end-led implementation steps The first s...
Table of contents Understanding SQL Understanding...
Table of contents 1. Understanding Databases 1.1 ...
The legend component is a commonly used component...
1. Prepare a new disk and format it with the same...
I'm using a placeholder in a text input and i...
When we need to change the table name or modify t...
Table of contents 2. Field concatenation 2. Give ...