-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdcresume.html
21 lines (20 loc) · 991 Bytes
/
dcresume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>RESUME</title>
</head>
<body>
<center><h1>FORM TO CREATE A RESUME</h1>
<form action="sreume.php">
NAME OF CANDIDATE <input type="text" name="name" placeholder="Enter Your Name"/><br><br><br>
DATE OF BIRTH <input type="DOB" name="DOB" placeholder="Enter Your DOB"/><br><br><br>
FATHER'S NAME <input type="text" name="Father" placeholder="Enter Your Father's Name"/><br><br><br>
MOTHER'S NAME <input type="text" name="Mother" placeholder="Enter Your Mother's Name"/><br><br><br>
ADDRESS <input type="text" name="Address" placeholder="Enter Your Address"/><br><br><br>
E-MAIL ID <input type="text" name="E-MAIL" placeholder="Enter Your E-MAIL ID"/><br><br><br>
CONTACT NUMBER <input type="text" name="CONTACT" placeholder="Enter Your CONTACT NUMBER"/><br><br><br>
<input type="submit" value="Generate Resume">
</form>
</center>
</body>
</html>