Question No. 1 Solution.
For your information this assignment generated in HTML5.
Sample Output Attached
Your VU ID
You Name
Virtual University Of Pakistan
Semester | Degree Program | Course Code |
---|---|---|
1st | BSCS | CS101 |
CS201 | ||
MTH401 | ||
EMTH501 | ||
STA301 |
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Your VU ID</h1>
<h2>You Name</h2>
<h2>
<a href="http://www.vu.edu.pk/">Virtual University Of Pakistan</a>
</h2>
<table border="2">
<tr>
<th>Semester</th>
<th>Degree Program</th>
<th>Course Code</th>
</tr>
<tr>
<td rowspan="6" align="center">1st
</td>
<td rowspan="6" align="center">BSCS
</td>
<td>CS101
</td>
</tr>
<tr>
<td>CS201
</td>
</tr>
<tr>
<td>MTH401
</td>
</tr>
<tr>
<td>EMTH501
</td>
</tr>
<tr>
<td>STA301
</td>
</tr>
</table>
</body>
</html>
<html>
<head>
</head>
<body>
<h1>Your VU ID</h1>
<h2>You Name</h2>
<h2>
<a href="http://www.vu.edu.pk/">Virtual University Of Pakistan</a>
</h2>
<table border="2">
<tr>
<th>Semester</th>
<th>Degree Program</th>
<th>Course Code</th>
</tr>
<tr>
<td rowspan="6" align="center">1st
</td>
<td rowspan="6" align="center">BSCS
</td>
<td>CS101
</td>
</tr>
<tr>
<td>CS201
</td>
</tr>
<tr>
<td>MTH401
</td>
</tr>
<tr>
<td>EMTH501
</td>
</tr>
<tr>
<td>STA301
</td>
</tr>
</table>
</body>
</html>