Answers for "in table how to give margin in between rows but not in between th and td"

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

Browse Popular Code Answers by Language