WAVE Log
nth-child

tr:nth-child(2n+1) { background-color: pink; } tr:first-child { background-color: aqua; } tr:last-child { background-color: yellow; } tr td:nth-child(3) { color: blue; }