//jquery $('div:odd').css("background-color", "#F4F4F8"); $('div:even').css("background-color", "#EFF1F1"); //html example
Row 1
Row 2
Row 3
Row 4
//you can use td, tr, li, etc.. //javascript/3921