css collapse the bordr of the table and the border of the cells in one border code example
Example 1: css table border-collapse
.table1 {
border-collapse: collapse;
}
Example 2: show table border collapse
<table border="1" style="border-collapse:collapse">
</table>