Answers for "html table dont have border"

0

html table cell border not showing

table,
table td {
    font-weight: bold;
    background-color: #fff;
    border-collapse: separate; /* This line */
}
Posted by: Guest on September-22-2021

Browse Popular Code Answers by Language