In order to color every n’th row in html table we can use tr:nth-child . It does its jobs very well – targets child in specified element. Probably most common use for it possible to see in striped rows within a table: This example was taken from here, so feel free to experiment with it. There… Continue Reading
