Skip to content

Commit

Permalink
W-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kool-Cool committed Feb 9, 2024
1 parent 66e7a72 commit 71afcb3
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions W3/output.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

<!DOCTYPE html>
<html>
<head>
<title>Student Details</title>
</head>
<body>
<h1>Student Details</h1>
<table border="1" class="dataframe table">
<thead>
<tr style="text-align: right;">
<th>Student id</th>
<th>Course id</th>
<th>Marks</th>
</tr>
</thead>
<tbody>
<tr>
<td>1001</td>
<td>2001</td>
<td>56</td>
</tr>
<tr>
<td>1001</td>
<td>2002</td>
<td>58</td>
</tr>
<tr>
<td>1001</td>
<td>2004</td>
<td>35</td>
</tr>
</tbody>
</table>
<p><strong>Total Marks:</strong> 149</p>
</body>
</html>

0 comments on commit 71afcb3

Please sign in to comment.