Answers for "table border 0"

CSS
11

table border css

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

remove border table css

table {border: none;}
Posted by: Guest on September-19-2020
0

remove border table css

<table cellspacing="0" cellpadding="0">
Posted by: Guest on September-19-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