Completed 0 of 53 Exercises

CSS Tables - Exercise 6

Create a zebra-striped table by using the nth-child() selector. Use "grey" for even table rows, and "green" for odd table rows.