The border-spacing CSS property sets the distance between the borders of adjacent <table> cells. This property applies only when border-collapse is separate.
- <length>
- The size of the spacing as a fixed value.
border-spacing="2px"
border-spacing="1cm 2em"
border-spacing="inherit"