Answers for "zebra striped table w3schools"

CSS
4

striped tables css

tr:nth-child(even) {
  background-color: #f1f8ff;
}
Posted by: Guest on June-26-2020

Browse Popular Code Answers by Language