0% found this document useful (0 votes)
2 views1 page

Lab Assignment1

The document outlines the requirements for creating an HTML table to display a Student Result Sheet. It specifies that the table must have 5 columns, include data for at least 4 students, and use proper HTML tags with a visible border. Optional features include styling the header row and adjusting the table's width and text alignment.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Lab Assignment1

The document outlines the requirements for creating an HTML table to display a Student Result Sheet. It specifies that the table must have 5 columns, include data for at least 4 students, and use proper HTML tags with a visible border. Optional features include styling the header row and adjusting the table's width and text alignment.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like