Answers for "align items between rows in table html"

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

Code answers related to "align items between rows in table html"

Browse Popular Code Answers by Language