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

Binary installation of mysql 5.7.23 under CentOS7

The installation information on the Internet is u...

How to install MySQL 5.7 on Ubuntu and configure the data storage path

1. Install MySQL This article is installed via AP...

A brief analysis of Linux resolv.conf

1. Introduction resolv.conf is the configuration ...

Let you understand the deep copy of js

Table of contents js deep copy Data storage metho...

22 Vue optimization tips (project practical)

Table of contents Code Optimization Using key in ...

A detailed guide to custom directives in Vue

Table of contents 1. What is a custom instruction...

Example of usage of keep-alive component in Vue

Problem description (what is keep-alive) keep-ali...