This property selects a table's border model. The value 'separate' selects the separated borders border model. The value 'collapse' selects the collapsing borders model.
collapse | separate | inherit
table { border: outset 10pt; border-collapse: separate; border-spacing: 15pt }