Answers for "how to connect a border in a table html"

CSS
11

table border css

table, th, td {
  border: 1px solid black;
}
Posted by: Guest on April-14-2020
4

css table border-collapse

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

Code answers related to "how to connect a border in a table html"

Browse Popular Code Answers by Language