:even Selector:even1.0Selects even elements, zero-indexed. See also odd.
In particular, note that the 0-based indexing means that, counter-intuitively, :even selects the first element, third element, and so on within the matched set.
Finds even table rows, matching the first, third and so on (index 0, 2, 4 etc.).