<style> li:nth-child(even) { color: #f00; } </style> <ul> <li>1111</li> <li>2222</li> <li>3333</li> <li>4444</li> </ul>