| border-collapse | NN n/a IE n/a CSS 2 |
|   | Inherited: No |
Sets whether borders of adjacent table elements (cells, row groups, column groups) are rendered separately or collapsed (merged) to ignore any padding or margins between adjacent borders. | |
| CSS Syntax border-collapse: collapse | separate | |
| Value Constant values: collapse | separate | |
| Initial Value separate | |
| Applies To Table elements. | |