HTML5 Tables Coding Exercises
In this lesson, we will cover short coding exercises, based on tables involving responsive tables and setting alternating row colors in table design. Let's begin!
Coding Exercise 1: Zebra striping a table
You are given a basic boilerplate for a table. You are required to apply a basic CSS ...