html tutorial - How to remove cellspacing from tables using CSS - html5 - html code - html form
Answer: Use the CSS border-collapse property
- By default, there's some gap between the borders of adjacent table cells, as a result of the default border modal for the hypertext mark-up language tables is splitted.
- But, you'll be able to write this and build a table with collapsed border or with none cellspacing by setting the CSS border-collapse property value for the parts to
collapse
, like this: