Garis tabel HTML antara baris

<style>
table {
  border-collapse: collapse;
}
tr { 
  border: solid;
  border-width: 1px 0;
}
</style>
Ugliest Unicorn