Home > Article > Web Front-end > 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!