Answers for "space between td in table row"

CSS
2

table add margin between rows

table {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 16px;
}
Posted by: Guest on January-28-2021
3

html table td spacing

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

Code answers related to "space between td in table row"

Browse Popular Code Answers by Language