What is the difference between border-collapse: collapse; and border-spacing: 0;

Viewed 16506

Is

border-collapse:collapse; 

and

border-spacing: 0px;   /* only active/useful with option "separate" */
border-collapse:separate; 

the same?

1 Answers
Related