forked from strang3-r/Leetcode75
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Postevent_update_2.html
91 lines (78 loc) · 2.31 KB
/
Postevent_update_2.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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body, html {
height: 100%;
}
.parallax {
background-image: url('https://assets.hongkiat.com/uploads/minimalist-dekstop-wallpapers/4k/original/05.jpg?3');
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<style type="text/css">* {cursor: url(https://cur.cursors-4u.net/cursors/cur-2/cur118.cur), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2008/12/17/cool-grey-outer-glow-pointer.html" target="_blank" title="Cool Grey Outer Glow Pointer"><img src="https://cur.cursors-4u.net/cursor.png" border="0" alt="Cool Grey Outer Glow Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
<body>
<div class="parallax"></div>
<title>Survey</title>
</head>
<body>
<form action="http://google.co.in">
<div align="center">
<style>
body {
font-family: Garamond;
color:white;
}
</style>
<div>
<h1>Post Event Feedback Survey</h1>
<body>
</div>
<div align="left">
<body style="background-color:#404040;">
<b>Enter your name:</b>
<input type="text" name="UserName" size=35 maxlength=35 value="">
</br></br>
<b>Enter your department:</b>
<input type="text" name="Deptt" size=35 maxlength=35 value=""> </br> </br>
<b>Tell us a little bit about yourself:</b></br>
<textarea name="Comments" cols=30 rows=4></textarea> </br> </br>
<b>Do you like this event?</b></br>
<input type="radio" name="exe" value=1>Yes</br>
<input type="radio" name="exe" value=2>No
</p>
<b>How did you know about this event?</b>
<p>
<input type="radio" name="Books">Social Media
<input type="radio" name="Web">University
<input type="radio" name="Phone">Friends
<input type="radio" name="Magazines">Google
</p>
<b>What do you like the most about this event?</b>
<select name="pref" ><option>
<option value=1 selected = "true">Introduction
<option value=2 >Representative speech
<option value=3 >Paper Presentation
<option value=4 >Cheif guest speech
<option value=5 >Conclusion
</select>
</br></br>
<b>Feedback form:</b></br>
<textarea name="Comments2" cols=30 rows=4></textarea> </br> </br>
<div align="center">
<input type=submit value="Submit form" >
</div>
<p></p>
</div>
</form>
</body>
</div>
<div class="parallax"></div>
</body>
</html>