Answers for "table td border"

CSS
11

table border css

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

table row border

tr.border_bottom td {
  border-bottom: 1px solid black;
}
Posted by: Guest on August-28-2021

Browse Popular Code Answers by Language