Answers for "how to remov the line in table in html"

1

how to remov the line in table in html

table {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

td {
    border: none;
}
Posted by: Guest on July-28-2020

Code answers related to "how to remov the line in table in html"

Browse Popular Code Answers by Language