Answers for "how to collapse table border to onw in html"

CSS
4

css table border-collapse

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

show table border collapse

<table border="1" style="border-collapse:collapse">
</table>
Posted by: Guest on November-23-2020

Code answers related to "how to collapse table border to onw in html"

Browse Popular Code Answers by Language