Home > Topic List > border-collapse
The border-collapse property is a property used in CSS to control the merging of table borders. When border-collapse: collapse; is used, if adjacent cells have the same color and width, they will be merged into a border, which can reduce the page size. Medium number of borders, improves page performance, and beautifies table borders.