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 ...