The border-collapse CSS property sets whether cells inside a <table> have shared or separate borders.
- collapse
- Adjacent cells have shared borders (the collapsed-border table rendering model).
- separate
- Adjacent cells have distinct borders (the separated-border table rendering model).
order-collapse="collapse"
border-collapse="separate"
border-collapse="inherit"