Can I make all the tables on the page with the css code, so that the background color of the first row is white, the second one is blue and the next is white, etc.
On other side of hand, you can use the inline CSS code for each <tr> html tag to create another code, but it's not that clear solution as with nth-child selector
Comments