`border-collapse` to collapse borders
There are two settings for the css property border-collapse, separate and
collapse. Table cells and the table itself can both have borders. If the
value separate is set, then each cell has its own border, with the space in
between the borders governed by the border-spacing property.
If collapse is set, then the table cells and the surrounding table will share the borders surrounding them.