In this guide, you will learn how to create tables, or lists, that will have different background colors. We do this for readability purposes. In the web development arena we use this technique to make it easier on the end-user to focus their eyes on a specific line and differentiate different pieces of content from one another with a different background color behind every other part of your lists. This is very useful and I suggest that you learn how to do this with a little CSS technology if you are in any part of web development. If you already know how to do this, perhaps you could read along for a refresher or read to maybe learn something that you did not know before. With all of that said, let’s get started!
Zebra Stripes in HTML tables using CSS
4