Answers for "row in between row in HTML table"

0

html table line between rows

<style>
table {
  border-collapse: collapse;
}
tr { 
  border: solid;
  border-width: 1px 0;
}
</style>
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language