How to set the border of a web page table

How to set the border of a web page table
<br />Previously, we learned how to set cell lines in web tables. Today, we will learn how to set border lines in web tables.

--------------------------------------------------------------------------------
The display and hiding of the table border can be controlled by the frame parameter. Please note that this only controls the border image of the table and does not affect the cells.
Only show the top border <tableframe=above>
Only show the bottom border <tableframe=below>
Only show left and right borders <tableframe=vsides>
Only display the top and bottom borders <tableframe=hsides>
Show only the left border <tableframe=lhs>
Show only the right border <tableframe=rhs>
Do not display any border <tableframe=void>

<<:  Reasons and solutions for MySQL sql_mode modification not taking effect

>>:  Use CSS blend modes and SVG to dynamically change the color of your product images

Recommend

How to disable foreign key constraint checking in MySQL child tables

Prepare: Define a teacher table and a student tab...

Detailed explanation of MySQL file storage

What is a file system We know that storage engine...

Installation tutorial of the latest stable version of MySQL 5.7.17 under Linux

Install the latest stable version of MySQL on Lin...

How to monitor mysql using zabbix

Zabbix deployment documentation After zabbix is ​...

How to use linux commands to convert and splice audio formats

Install FFmpeg flac eric@ray:~$ sudo apt install ...

A brief introduction to mysql mycat middleware

1. What is mycat A completely open source large d...

Nginx reverse proxy learning example tutorial

Table of contents 1. Reverse proxy preparation 1....

HTML+jQuery to implement a simple login page

Table of contents Introduction Public code (backe...

Detailed explanation of the flexible use of CSS grid system in projects

Preface CSS grids are usually bundled in various ...

Tutorial diagram of installing zabbix2.4 under centos6.5

The fixed IP address of the centos-DVD1 version s...

Detailed explanation of the use of Vue.js draggable text box component

Table of contents Registering Components Adding C...

Detailed explanation of Vue plugin

Summarize This article ends here. I hope it can b...