How to create zebra stripes on html table without using javascript and even/odd classes generation?
- by Vladimir
I want to zebra-stripe a html table without using any js stuff or writing server-side code to generate even/odd classes for table rows. Is it ever possible to do using raw css?