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
MySQL supports hash and btree indexes. InnoDB and...
Table of contents Preface 1. Understanding with e...
It is mainly the configuration jump of the if jud...
This article uses examples to describe how to bac...
Docker Features 1) Quick to get started It only t...
The problem is as follows: I entered the command ...
Since the default Linux kernel parameters are bas...
First and foremost, I am a web designer. To be mor...
1. Resume nacos database Database name nacos_conf...
Table of contents splice() Method join() Method r...
【Foreword】 The SMS function of our project is to ...
1. Environmental preparation: Operating system: C...
Docker error 1. Check the cause docker logs nexus...
Recently I saw the article Build your own React o...
1. Overview of modules and instructions used to l...