-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head></head>
<body>
<fieldset>
<legend>Login details</legend>
<label>Name: <input type="text" name="name"></label> <br>
<label>Email: <input type="Email" name="Email"></label> <br>
<label>Name: <input type="Password" name="Password"></label>
</fieldset>
<fieldset>
<legend>your feedback</legend>
<p>Please check all the emotions that apply to you:</p>
<label>Angry <input type="checkbox" name="legend" value="angry" ></label> <br>
<label>Sad <input type="checkbox" name="legend" value="sad" ></label> <br>
<label>Happy <input type="checkbox" name="legend" value="Happy" ></label> <br>
<label>Ambivalent <input type="checkbox" name="legend" value="ambivalent" ></label>
<P>How satisfied were you with our service?</P>
<label>Very satisfied <input type="radio" name="box" value="very satisfied"></label>
</fieldset>
<P><b>Muhammad Usama <br> CCO:116775 <br> jamia tul madinah faizan e bukhari karachi</b></P>
</body>
</html>