Answers for "how to make gap in td of table"

CSS
1

css display table row gap

table {
    border-collapse: separate;
    border-spacing: 0 1em;
}
Posted by: Guest on July-13-2021
1

there's a gap between my td

table{
    border-spacing: 0px;
}
Posted by: Guest on January-13-2021

Browse Popular Code Answers by Language