<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<fieldset style="background-color: blue;">
<center>JOB FOAM </center>
<form action="">
Name: <input type="text"><br><br>
Gender:
<input type="radio" name="A"> Male
<input type="radio" name="A">Female
<input type="radio" name="A">Others <br><br>
Age: <input type="text"> <br><br>
Qualification: <input type="file"> <br><br>
City: <input type="text"> <br><br>
Religion: <input type="text"> <br><br>
CNIC <input type="text"> <br><br>
CNIC issue date: <input type="date"> <br><br>
Contact No: <input type="text"> <br><br>
Email <input type="email"> <br><br>
Instagram/Facebook: <input type="password"><br><br>
</fieldset>
</form>
</body>
</html>
No comments:
Post a Comment