-
Notifications
You must be signed in to change notification settings - Fork 0
/
suggestions.html
40 lines (40 loc) · 1.31 KB
/
suggestions.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Suggestions</title>
</head>
<body>
<h3><u>Suggestions for this page:</u></h3>
<form action="mailto:mandhanmanmohan63@gmail.com" method="post" enctype="text/plain"">
<div>
<label for="name"><strong>Name:</strong></label>
<input type="text" name="" id="name">
</div>
<br>
<div>
<label for="mail"><strong>E-mail:</strong></label>
<input type="email" name="" id="mail">
</div>
<br>
<div>
<label for="dob"><strong>DOB:</strong></label>
<input type="date" name="" id="dob">
</div>
<br>
<div>
<label for="sugg"><strong>Suggestions:</strong></label><br>
<textarea name="" id="sugg" cols="30" rows="10"></textarea>
</div>
<br>
<div>
<input type="submit" value="Submit now">
<input type="reset" value="Reset now">
</div>
<strong> Thank you so much for you valueable suggestion!!!</strong><br>
😇😇😇😇😇
</form>
</body>
</html>