-
Notifications
You must be signed in to change notification settings - Fork 1
/
11th.html
45 lines (45 loc) · 2.1 KB
/
11th.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
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<title>NGOs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<footer id="footer">
<section>
<form method="post" action="volunteer">
<h1>FEEDBACK FORM</h1>
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="Name" id="name" />
</div>
<div class="field">
<label for="email" >Email</label>
<input type="email" name="Email" id="email" />
</div>
<div class="field">
<label for="Age">Age</label>
<input type="number" name="Age" id="Age" />
</div>
<div class="field">
<label for="Number">Contact Number</label>
<input type="tel" name="Number" id="Number" pattern="+91 [7-9]{2}-[0-9]{3}-[0-9]{4}" value="+91" />
</div>
<div class="field">
<label for="Courseafter12" style="font-size:30px"><strong>What made the student take up his/her stream? </strong></label><br>
<input type="text" name="Courseafter12" id="Courseafter12"/>
</div>
<div class="field">
<label for="DPhelp" style="font-size:30px"><strong>How did the DreamPath workshop help him/her with the choice? </strong></label><br>
<input type="text" name="DPhelp" id="DPhelp"/>
</div>
<ul class="actions">
<li><input type="submit" value="submit" /></li>
</ul>
</form>
</body>
</html>