Practical 5


<html>
<head>
<title> Practical 5 </title>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid black;
text-align: left;
padding: 8px;
text-align:center;
}

tr:nth-child(even) {
background-color: #dddddd;
}
tr:nth-child(odd) {
background-color: white;
}

</style>

</head>
<body style="text-align:center;font-size:25;font-family:lucida console;color:black;background-color:orange;">

<h1 style="text-align:center;font-family:gungsuh;color:white; padding:40px;background-color:darkred;">
University Student Management Portral <br> Department - Bsc Physics(Hons)<hr style="height:5; background-color:white;">
<p style="text-align:center; font-size:20;">
This a e-paper for viewing performance of students in the First Semester Exams. Created using HTML
</p>
</h1>
<hr>
<p>
<b><u>ASSIGNMENT</u></b>
</p>
<table>
<tr>
<th style="color: white;background-color: black;">Roll No</th>
<th style="color: white;background-color: black;">Name</th>
<th style="color: white;background-color: black;">Mechanics</th>
<th style="color: white;background-color: black;">Mathematical Physics</th>
<th style="color: white;background-color: black;">Computer Science</th>
<th style="color: white;background-color: black;">Environmental Science</th>
<th style="color: white;background-color: black;">Overall Performance</th>
</tr>
<tr>
<th>22SE101</th>
<th>Ranjit Kumar</th>
<th>A</th>
<th>B</th>
<th>A</th>
<th>A</th>
<th>A</th>
</tr>
<tr>
<th>22SE102</th>
<th>Patel Naveen</th>
<th>A</th>
<th>B</th>
<th>A</th>
<th>B</th>
<th>A</th>
</tr>
<tr>
<th>22SE103</th>
<th>Manoj Mandar</th>
<th>A</th>
<th>A</th>
<th>B</th>
<th>A</th>
<th>A</th>
</tr>
<tr>
<th>22SE104</th>
<th>Lalit Panwar</th>
<th>A</th>
<th>A</th>
<th>A</th>
<th>A</th>
<th>A</th>
</tr>
<tr>
<th>22SE105</th>
<th>Gautam Ranade</th>
<th>B</th>
<th>B</th>
<th>B</th>
<th>A</th>
<th>B</th>
</tr>
<tr>
<th>22SE106</th>
<th>Hanshit Kapoor</th>
<th>A</th>
<th>A</th>
<th>A</th>
<th>A</th>
<th>A</th>
</tr>
<tr>
<th>22SE107</th>
<th>Deepak Tinjey</th>
<th>B</th>
<th>B</th>
<th>A</th>
<th>A</th>
<th>AB</th>
</tr>
<tr>
<th>22SE108</th>
<th>Tanej Rana</th>
<th>A</th>
<th>A</th>
<th>A</th>
<th>A</th>
<th>A</th>
</tr>

</table>
<hr>
<p>
<b><u>FINAL EXAM</u></b>
</p>
<table>
<tr>
<th style="color: white;background-color: black;">Roll No</th>
<th style="color: white;background-color: black;">Name</th>
<th style="color: white;background-color: black;">Mechanics</th>
<th style="color: white;background-color: black;">Mathematical Physics</th>
<th style="color: white;background-color: black;">Computer Science</th>
<th style="color: white;background-color: black;">Environmental Science</th>
<th style="color: white;background-color: black;">Overall Performance</th>
</tr>
<tr>
<th>22SE101</th>
<th>Ranjit Kumar</th>
<th>A</th>
<th>B</th>
<th>A</th>
<th>B</th>
<th>A</th>
</tr>
<tr>
<th>22SE102</th>
<th>Patel Naveen</th>
<th>B</th>
<th>B</th>
<th>A</th>
<th>A</th>
<th>A</th>
</tr>
<tr>
<th>22SE103</th>
<th>Manoj Mandar</th>
<th>C</th>
<th>B</th>
<th>A</th>
<th>B</th>
<th>B</th>
</tr>
<tr>
<th>22SE104</th>
<th>Lalit Panwar</th>
<th>E</th>
<th>B</th>
<th>C</th>
<th>C</th>
<th>C</th>
</tr>
<tr>
<th>22SE105</th>
<th>Gautam Ranade</th>
<th>NA</th>
<th>NA</th>
<th>NA</th>
<th>NA</th>
<th>NA</th>
</tr>
<tr>
<th>22SE106</th>
<th>Hanshit Kapoor</th>
<th>NA</th>
<th>B</th>
<th>A</th>
<th>A</th>
<th>A</th>
</tr>
<tr>
<th>22SE107</th>
<th>Deepak Tinjey</th>
<th>A</th>
<th>B</th>
<th>A</th>
<th>A</th>
<th>A</th>
</tr>
<tr>
<th>22SE108</th>
<th>Tanej Rana</th>
<th>A</th>
<th>A</th>
<th>A</th>
<th>B</th>
<th>A</th>
</tr>

</table>

<p style="text-align:right;font-size:13;"><em>
Created by: Nabdeep Patel</a>
</em></p>

</body>
</html>

Edit
Pub: 10 Nov 2022 16:56 UTC
Views: 62