Answers for "row spacing in table"

CSS
4

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

Browse Popular Code Answers by Language