-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0b1 D.htm
105 lines (104 loc) · 2.97 KB
/
0b1 D.htm
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<title>FeedBack</title>
<link rel="icon" href="AM black.png">
<link rel="stylesheet" href="0b1s D.css">
</head>
<body>
<header>
<h1>
Ariv
</h1>
</header>
<nav id="charlie.sheen">
<a href="0i D.htm">
<img src="AM grey.png" alt="Albrecht Dürer">
</a>
<a href="0b D.htm" class="a">
Home
</a>
<a href="0b2 D.htm" class="a">
About
</a>
<a href="0b1 D.htm" class="a">
FeedBack
</a>
<a href="0b1 L.htm" class="a">
LightMode
</a>
</nav>
<form action="mailto:[email protected]" method="POST" name="Albrect Durer" enctype="text/plain">
<label for="First">
First Name
</label>
<input type="text" name="First" id="First">
<br>
<label for="Last">
Last Name
</label>
<input type="text" name="Last" id="Last">
<br><br>
<label>
Gender
</label>
<br>
<input type="radio" name="Gender" id="Male" value="Male">
<label for="Male">
Male
</label>
<br>
<input type="radio" name="Gender" id="Female" value="Female">
<label for="Female">
Female
</label>
<br>
<input type="radio" name="Gender" id="Prefer" value="Prefer not to say">
<label for="Prefer">
Prefer not to say
</label>
<br><br>
<label for="Mail">
Email Id
</label>
<input type="email" name="Mail" id="Mail">
<br><br>
<label for="Date">
Date of Birth
</label>
<input type="date" name="Date" id="Date">
<br><br>
<label for="Number" value="Likely">
Did you like this website ?
</label>
<br>
<input type="checkbox" name="Number" id="Very" value="Very Likely">
<label for="Very">
Awesome
</label>
<br>
<input type="checkbox" name="Number" value="Maybe" id="Maybe">
<label for="Maybe">
Smart
</label>
<br>
<input type="checkbox" name="Number" value="Married" id="No">
<label for="No">
Genius
</label>
<br><br>
<label id="Dance">
Will you visit again
</label>
<br>
<select name="Dance" id="Dance">
<option value="I can't but will be happy to learn... from you">I will be</option>
<option value="For you, I can">I can but won't</option>
<option value="I am a born dancer">I am deciding</option>
<option value="Wink" id="wink">Maybe</option>
</select>
<br><br>
<input type="submit" name="Submit" id="Submit">
</form>
</body>
</html>