You are on page 1of 2

<head>

<title>mc190403624</title>
<style type="text/css">
body{
background-color: lightblue;
}
table tr td{
text-align: center;
font-weight: bold;
}
td h2{
font-style: italic;
}
</style>
</head>
<body>

<a href="https://www.vu.edu.pk"><h1 style="text-align: center;">Virtual


University of Pakistan</h1></a>
<hr>
<h2 style="text-align: center;">Acadmic Qualification Form</h2>
<hr>
<center>
<table cellpadding="10px;" border="3px;">
<tr>
<td colspan="3" style="background-color: gray;"><h2>Acadmic
details</h2></td>
</tr>
<tr>
<td>Degree Title</td>
<td>Obtained Marks</td>
<td>Total Marks</td>

</tr>
<tr>
<td>Matric</td>
<td>800</td>
<td>1050</td>

</tr>
<tr>
<td>Intermediat</td>
<td>700</td>
<td>1100</td>
</tr>
<tr>
<td>MSC Math continue</td>
<td colspan="2">
<h3><u>Current Semester Courses</u></h3>
<ul>
<li>CS101</li>
<li>ENG101</li>
<li>MTH01</li>
<li>Isl201</li>
<li>Pak301</li>
</ul></td>

</tr>
<tr>
<td colspan="3"> <p>Note: <font color="red"> Foreign
diploma/degree holders are required to submit its equalance certificates from
concerning authority i.e HEC/IBCC</p></td>
</tr>
</table>
</center>

</body>
</html>

You might also like