-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
58 lines (56 loc) · 2.31 KB
/
Copy pathfeedback.html
File metadata and controls
58 lines (56 loc) · 2.31 KB
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
<head>
<title> Rural Development in India</title>
<link rel="stylesheet" href="dimplegaurrR.css">
<h1><center><marquee direction="right"><font color="red"> It's natural that I want to recreate a home!</font> </marquee></center></h1>
<br>
<h1>Feedback</h1>
</head>
<form>
<table>
<tr>
<td>Name
<td><Input type="text" placeholder"Name" name-"">
</td>
</tr>
<tr>
<td>Age
<td><Input type="age" placeholder="">
</td>
</tr>
<tr>
<td>Gender
<td><Input type="radio" name="gender">Male
<Input type="radio" name="gender">Female
</td>
</tr>
<td> The objectives of the Topics Are Clearly Defined<br>
<td><Input type="radio" name="The objectives of the Topics Are Clearly Defined">Yes
<Input type="radio" name="The objectives of the Topics Are Clearly Defined">NO
</td>
</tr>
<tr>
<td> Please rate the content and structure of the topic.
<td><Input type="checkbox"Below average">Below average
<td><Input type="checkbox"Average">Average
<td><Input type="checkbox"Good">Good
<td><Input type="checkbox"Excellent">excellent
</td>
</tr>
<td> Please rate the quality of website.
<td><Input type="checkbox"Below average">Below average
<td><Input type="checkbox"Average">Average
<td><Input type="checkbox"Good">Good
<td><Input type="checkbox"Excellent">excellent
</td>
</tr>
<tr>
<td>Your valuable Feedback/suggestions regarding content and website.
<td><Input type="text" placeholder"answer" name-"">
</td>
</tr>
</table>
</form>
<h1>THANKS FOR YOUR PATIENCE & SUPPORT</h1>
<body>
</body>
</html>