-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdcresume.php
29 lines (29 loc) · 1.77 KB
/
dcresume.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>RESUME</title>
</head>
<body>
<center><h1>FORM TO CREATE A RESUME</h1>
<form action="sreume.php" method="post">
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>
GENDER <input type="text" name="g" placeholder="Enter your gender"><br><br><br>
PROFESSIONAL EXPERIENCE <input type="text" name="pe" placeholder="PROFESSIONAL EXPERIENCE"><br><br><br>
HIGH SCHOOL <input type="text" name="h" placeholder="HIGH SCHOOL"><br><br><br>
INTERMEDIATE <input type="text" name="i" placeholder="INTERMEDIATE"><br><br><br>
DEGREE/DIPLOMA IN <input type="text" name="d" placeholder="DEGREE/DIPLOMA"><br><br><br>
DEGREE/DIPLOMA FROM <input type="text" name="df" placeholder="DEGREE/DIPLOMA FROM"><br><br><br>
MARITIAL STATUS <input type="text" name="m" placeholder="MARITIAL STATUS"><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>
LANGUAGE KNOWN <input type="text" name="l" placeholder="LANGUAGE KNOWN"><br><br><br>
ADDRESS <input type="text" name="Address" placeholder="Enter Your Address"/><br><br><br>
PIN-CODE <input type="number" name="pc" placeholder="Enter your pin-code"><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>