This property specifies whether the border of two table elements(cells, rows, columns) are displayed with spacing or not.
border-collapse: collapse;
IE5.5+, FF1+, SA1.3+, OP9.2+
| collapse | Eliminates space between cells. |
| separate | Default value, separates cells with space between them. |