Home  >  Article  >  Web Front-end  >  What attributes need to be set in HTML to prevent table borders from being displayed?

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

王林
王林Original
2020-05-10 10:18:098166browse

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!

Statement:
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