border-collapse

Previous- table-layout  |  Next-border-spacing

Description

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.


Initial Value : collapse

Applies to : 'table' and 'inline-table' elements

Inherited : yes

Possible Values
collapse | separate | inherit

Example(s)
 table      { border: outset 10pt; border-collapse: separate; border-spacing: 15pt }

Previous- table-layout  |  Next-border-spacing