como fazer listrada css

tr:nth-child(even) {background: #FFF}
tr:nth-child(odd) {background: #EEE}
Miiss Jackson