Answers for "increase cell spacing in html table"

CSS
3

html table td spacing

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

css cell spacing

td {
padding: 10px;
}
Posted by: Guest on July-14-2021

Code answers related to "increase cell spacing in html table"

Browse Popular Code Answers by Language