Problem Statement: HTML Table Creation
You are required to create an HTML table to display a Student Result Sheet. The table should be
created using proper HTML table tags.
Requirements:
- The table must contain 5 columns: Roll No, Name, Subject, Marks, and Grade.
- The table must include information for at least 4 students.
- The first row of the table must be a header row using the <th> tag.
- The table must have a visible border around the table and each cell.
- The table content should be clearly readable and well-structured.
Optional Features:
- Apply a different background color to the header row.
- Set the table width to 100%.
- Align text to the center inside table cells.