-
Notifications
You must be signed in to change notification settings - Fork 0
/
The_Form.js
67 lines (66 loc) · 2.99 KB
/
The_Form.js
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<h1> The Form </h1>
<style>
html{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color:rgb(26, 6, 6);
background:rgb(226, 235, 238)
}
</style>
<ul>
<a href="http://www.google.com"#home>home</a>
</ul>
<form action ="bordered" method = "post">
<p> Fill inthe needed details..</p>
<label for = "email">Father-name: </label>
<input type = "number" id = "Phone"><br>
<label for = "email">Mother-name: </label>
<input type = "number" id = "Phone"><br>
<label for = "email">Email: </label>
<input type = "text" id = "email"><br>
<label for = "email">Phone: </label>
<input type = "number" id = "Phone"><br>
<label for = "Location"> Where are you from? </label>
<br>
<input type = "radio" name = "nation" value = "City"> Randfontein <input type = "radio" name = "nation" value = "" "Australia"> Mogale City
<input type = "radio" name = "nation" value = "City"> Greenhills
<input type = "radio" name = "nation" value = "City"> Mohlakeng
<input type = "radio" name = "nation" value = "City"> Ventersdorp
<input type = "radio" name = "nation" value = "City"> Krugersdorp
<input type = "radio" name = "nation" value = "City"> Sering, Greenhills
<input type = "radio" name = "nation" value = "City"> Homelake
<input type = "radio" name = "nation" value = "City"> Toekomsrus
<input type = "radio" name = "nation" value = "City"> Falcon Road
<input type = "radio" name = "nation" value = "City"> Village Square
<input type = "radio" name = "nation" value = "City"> Tambotie Road</p>
<p> What is your gender:</p>
<input type = "radio" name = "birth" value = "male"> Male <input type = "radio" name = "birth" value = "female"> Female <input type = "radio" name = "birth" value = "other"> Other
<input type = "radio" name = "single" value = "single"> Single
<input type = "radio" name = "single" value = "single"> Married
<input type = "radio" name = "single" value = "single"> Divorced
<br>
<p>Do you have the following documents:</p>
<input type="checkbox" id="vehicle1" name="vehicle1" value="Bike">
<label for="object"> I have a cetificate.</label>
<br>
<input type="checkbox" id="object" name="learners" value="Car">
<label for="object"> I have a learners.</label>
<br>
<input type="checkbox" id="certificate3" name="certificate3" value="Birth">
<label for="object">
I have a birth cerfiticate.
<br>
<input type="checkbox" id="vehicle3" name="boat" value="Boat">
<label for="notes"> I have a notes.
<br>
<input type="checkbox" id="education3" name="education3" value="education">
<label for="education">
I have a strong education.
<br>
<br>
<input type = "submit" value = "Pass"><input type = "reset">
</form>
</html>
<center>
<sup> Copyright 2021.</sup>
</center>