HTML Tables

Do some tests here..

Exercise

Exercise Instructions:

  1. Create an HTML table to display student grades.
  2. Include headers for Student Name, Assignment 1, Assignment 2, Exams, Total Score, and Grade.
  3. Use the colspan attribute for the “Exams” header to span two columns.
  4. Fill in the table with data for at least 5 students.
  5. Apply basic styling to the table for better presentation.
  6. Follow the comments in the code and use the tip to search online for the colspan attribute.

Notes:

  • Students are encouraged to explore online and learn about the colspan attribute to complete the exercise successfully.