What attributes need to be set in HTML to prevent table borders from being displayed?

王林
Release: 2020-05-10 10:18:09
Original
8073 people have browsed it

What attributes need to be set in HTML to prevent table borders from being displayed?

In HTML, the attribute that needs to be set to prevent the border of the table from displaying is border.

Table borders are straight lines around table items that separate rows, columns, and cells. By default, borderless tables are displayed.

border=n, specifies the pixel value of the table border width. The larger the number, the wider it is. 0 means no border.

(Recommended tutorial: html tutorial)

The above is the detailed content of What attributes need to be set in HTML to prevent table borders from being displayed?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!