Вы находитесь на странице: 1из 5

Name: Usama Ghazan

Section: MSC-1

Course: Web Development

Submitted To: Sir Mohib Ullah

Date: 11-10-2019

FORM
<html>

<head>

<style>

</style>

<title>My form</title>

<body>

<div>

<p>

<img src="UW.jpg" alt="image" style= "float:left; height:120px; width:120px;"><br><br>

<h1><u>UNIVERSITY OF WAH</u></h1><br>

<h2>Applicant's Information<h2>

</p>

</div>

<div>

<form>

<fieldset></fieldset>

<legend><h2><u>Personal Information</u></h2></legend>
First Name:<br>

<input type="text"><br>

Last Name:<br>

<input type="text"><br /><br />

CNIC: <input type="text" cell padding="30"><br><br>

Father Name:<br />

<input type="text"><br /><br />

Father's CNIC:<input type="text" cellpadding="60"><br /><br />

Occupation: <input type="text"> Salary: <input type="text"><br /><br />

Date Of Birth: <input type="text"><br><br />

Religion:<input type="text"> Nationality:<input type="text"><br /><br />

Addrress:<input type="text"> Contact:<input type="text"><br /><br />

Email:<input type="text"> Blood Group:<input type="text"><br />

Gender:<br />

<input type="radio" name="gender" value="male" checked> Male<br>

<input type="radio" name="gender" value="female"> Female<br>

<input type="radio" name="gender" value="other"> Other<br />

Co-curricular activities:<br />

<input type="checkbox" name="sports" value="Sports"> Sports<br>

<input type="checkbox" name="debates" value="Debates">Debates <br>

<input type="checkbox" name="drama" value="Drama">Drama<br>

<input type="checkbox" name="Writing Competition" value="Writing Competition">Writing


Competition<br>

</div>

</form>

<div>
<form>

<fieldset></fieldset>

<legend><h2>Qualification<h2></legend>

<table border="2">

<tr>

<th>Degree</th>

<th>Year</th>

<th>Total Marks</th>

<th>Obtained Marks</th>

<th>Percentage</th>

<th>Main Subjects</th>

</tr>

<tr>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

</tr>

<tr>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>
<td><input type="text"></td>

<td><input type="text"></td>

</tr>

<tr>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

</tr>

<tr>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

<td><input type="text"></td>

</tr>

</table>

</form>

</div>

<div>

<form>

<fieldset></fieldset>
Programs To Apply:<br>

<input type="radio" name="Degree" value="MS" checked> MS<br>

<input type="radio" name="Degree" value="MSC"> MSC<br>

<input type="radio" name="Degree" value="BS"> BS<br />

<u>Applicant's signature</u>:<br />

<input type="text"><br />

</form>

</div>

</body>

</html>

</body>

</head>

</html>

Вам также может понравиться