Answers for "html table with border collapse"

CSS
4

css table border-collapse

.table1 {
  border-collapse: collapse;
}
Posted by: Guest on May-14-2020
0

collapse border in html

#table1 {
  border-collapse: separate;
}

#table2 {
  border-collapse: collapse;
}
Posted by: Guest on August-10-2021

Code answers related to "html table with border collapse"

Browse Popular Code Answers by Language