...

/

Challenge: Programming with HTML5 Tables

Challenge: Programming with HTML5 Tables

In this lesson, we will solve a challenge on structuring tabular data in HTML. Let's begin!

Challenge: Gym class students’ age and weight info πŸ‹πŸ½β€β™€οΈ πŸ‹πŸ½β€β™‚οΈ

For this lesson, let’s dive straight in and structure the following tabular data using HTML tables.

The code below shows the structure of our table for the header and the first row. Add ...