HTML -дисплей текст в чередующихся цветных панелях

.altColourElementClass: nth-of-type(odd) {
    background: #e0e0e0;
}
Powerful Penguin