Answers for "html table decrease row spacing"

CSS
1

css display table row gap

table {
    border-collapse: separate;
    border-spacing: 0 1em;
}
Posted by: Guest on July-13-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