0% found this document useful (0 votes)
6 views6 pages

WTassignment2 HTML

The document contains multiple HTML tables displaying various information including student mark sheets, subject marks for individual students, product counts, a time table for classes, personal schedules, employee marks, and school activities. Each table is structured with headers and data rows to present the information clearly. The document serves as an assignment showcasing the use of HTML for organizing and displaying data.

Uploaded by

anishmaurya2004
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)
6 views6 pages

WTassignment2 HTML

The document contains multiple HTML tables displaying various information including student mark sheets, subject marks for individual students, product counts, a time table for classes, personal schedules, employee marks, and school activities. Each table is structured with headers and data rows to present the information clearly. The document serves as an assignment showcasing the use of HTML for organizing and displaying data.

Uploaded by

anishmaurya2004
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
You are on page 1/ 6

<html>

<head>
<title>Table Assignment</title>
</head>
<body>

<!-- Q1 -->
<table border=" 2px Black" cellspacing="0" align="center" width="70%"
height="70%">
<tr>
<th colspan="6" bgcolor="#98FB98" color="white"><font
color="white">STUDENT MARK SHEET</font></th>
</tr>
<tr>
<td bgcolor="#E0FFE0">Name</td>
<td bgcolor="#C1FFC1">Maths</td>
<td bgcolor="#E0FFE0">Science</td>
<td bgcolor="#C1FFC1">English</td>
<td bgcolor="#E0FFE0">Physics</td>
<td bgcolor="#C1FFC1">General knowledge</td>
</tr>
<tr>
<td bgcolor="#E0FFE0">David</td>
<td bgcolor="#C1FFC1">85</td>
<td bgcolor="#E0FFE0">87</td>
<td bgcolor="#C1FFC1">88</td>
<td bgcolor="#E0FFE0">92</td>
<td bgcolor="#C1FFC1">88</td>
</tr>
<tr>
<td bgcolor="#E0FFE0">Richard</td>
<td bgcolor="#C1FFC1">91</td>
<td bgcolor="#E0FFE0">81</td>
<td bgcolor="#C1FFC1">78</td>
<td bgcolor="#E0FFE0">71</td>
<td bgcolor="#C1FFC1">74</td>
</tr>
<tr>
<td bgcolor="#E0FFE0">John</td>
<td bgcolor="#C1FFC1">81</td>
<td bgcolor="#E0FFE0">86</td>
<td bgcolor="#C1FFC1">88</td>
<td bgcolor="#E0FFE0">84</td>
<td bgcolor="#C1FFC1">92</td>
</tr>
<tr>
<td bgcolor="#E0FFE0">Tony</td>
<td bgcolor="#C1FFC1">84</td>
<td bgcolor="#E0FFE0">86</td>
<td bgcolor="#C1FFC1">87</td>
<td bgcolor="#E0FFE0">82</td>
<td bgcolor="#C1FFC1">81</td>
</tr>
<tr>
<td bgcolor="#E0FFE0">Scott</td>
<td bgcolor="#C1FFC1">71</td>
<td bgcolor="#E0FFE0">79</td>
<td bgcolor="#C1FFC1">82</td>
<td bgcolor="#E0FFE0">88</td>
<td bgcolor="#C1FFC1">89</td>
</tr>
</table>

<br>

<!-- Question 2 -->

<table border="1" cellspacing="0" align="center" width="70%"


height="70%">
<tr>

<th><u>ID</u></th>
<th><u>Name</u></th>
<th><u>Subject</u></th>
<th><u>Marks</u></th>

</tr>

<tr>
<td rowspan="3">1</td>
<td rowspan="3">David</td>
<td>Math</td>
<td>80</td>
</tr>
<tr>
<td>Physics</td>
<td>90</td>
</tr>
<tr>
<td>Computers</td>
<td>90</td>
</tr>

<tr>
<td rowspan="3">2</td>
<td rowspan="3">Alex</td>
<td>Maths</td>
<td>80</td>
</tr>
<tr>
<td>Physics</td>
<td>70</td>
</tr>
<tr>
<td>Computers</td>
<td>90</td>
</tr>

</table>

<br>

<!-- Question 3 -->

<table border="1" align="center" width="70%" height="70%">


<tr>
<th colspan="3">Product</th>
</tr>
<tr>
<th>No</th>
<th>P.Name</th>
<th>P.Count</th>
</tr>
<tr>
<td>1</td>
<td>Pen</td>
<td rowspan="3" align="center">50</td>
</tr>
<tr>
<td>2</td>
<td>Book</td>
</tr>
<tr>
<td>3</td>
<td>Dust</td>
</tr>
</table>

<br>

<!-- Question 4 -->

<table border="1" cellspacing="0" align="center" width="70%" height="70%">


<tr>
<th colspan="6">Time Table</th>
</tr>
<tr>
<th rowspan="6">Hours</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
</tr>
<tr>
<td>Math</td>
<td>Science</td>
<td>Math</td>
<td>Science</td>
<td>Arts</td>
</tr>
<tr>
<td>Math</td>
<td>Science</td>
<td>Math</td>
<td>Science</td>
<td>Arts</td>
</tr>
<tr>
<th colspan="5">Lunch</th>
</tr>
<tr>
<td>Math</td>
<td>Science</td>
<td>Math</td>
<th rowspan="2" colspan="2">Project</th>
</tr>
<tr>
<td>Math</td>
<td>Science</td>
<td>Math</td>
</tr>
</table>

<br>
<!-- Question 5 -->
<h4> My Time Table</h4>
<table border="1" align="center" width="70%" height="70%">
<tr>
<th rowspan="2">Day</th>
<th colspan="2">Session</th>
</tr>

<tr>
<th>Schedule</th>
<th>Courses</th>
</tr>
<tr>
<td>Sunday</td>
<td>16:00-16:50</td>
<td>Web Technology</td>
</tr>
<tr>
<td>Sunday</td>
<td>17:00-17:50</td>
<td>Network Management</td>
</tr>

<tr>
<td>Monday</td>
<td>18:00-18:50</td>
<td>IT Project Management</td>
</tr>
</table>

<!-- Question 6 -->


<br>

<Table border="1" bordercolor="blue" align="center" width="70%"


height="70%" >
<tr>
<th rowspan="2">Empno</th>
<th colspan="4">Marks</th>
</tr>
<tr>
<td>Sec A</td>
<td>Sec B</td>
<td>Sec C</td>
<td>Total</td>
</tr>
<tr>
<td>1001</td>
<td>45</td>
<td>20</td>
<td>30</td>
<td>95</td>
</tr>

<tr>
<td>1002</td>
<td>15</td>
<td>5</td>
<td>10</td>
<td>30</td>
</tr>

<tr>
<td>1003</td>
<td>40</td>
<td>15</td>
<td>10</td>
<td>65</td>
</tr>
</Table>

<br>
<!-- question 6 -->
<h1>activities</h1>
<table border="1" cellspacing="0" width="70%" height="70%">
<tr>
<td rowspan="3">Sr School</td>
<td>Maths Club</td>

</tr>
<tr>
<td>Robotics Club</td>
</tr>
<tr>
<td>Photography</td>
</tr>
<tr>
<td rowspan="3">Middle School</td>
<td>Gymnastic</td>
</tr>
<tr>
<td>Yoga</td>
</tr>
<tr>
<td>Computer Club</td>
</tr>
<tr>
<td rowspan="3">Primary School</td>
<td>Dance</td>
</tr>
<tr>
<td>Vocal Music</td>

</tr>
<tr>
<td>Swimming</td>
</tr>

</table>

</body>
</html>

You might also like