Answers for "increase gap between table cells html"

CSS
3

html table td spacing

border-spacing: 10px;
border-collapse: separate;
Posted by: Guest on June-11-2021
-1

remove gap between td in table

<table cellspacing="0">
Posted by: Guest on February-24-2021

Code answers related to "increase gap between table cells html"

Browse Popular Code Answers by Language