-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.html
29 lines (28 loc) · 1.25 KB
/
feedback.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feedback</title>
<link rel="stylesheet" href="feedback.css">
<link rel="html" href="Index.html" type="text/html">
</head>
<body>
<span class="back"><a href="Index.html"><button>< Back</button></a></span>
<h2>Rate our app and share your experience with us...</h2>
<section class="head"><div class="star"><span>
<img src="star.png" class="img-1" width="30" value="1">
<img src="star.png" width="30" class="img-2" value="2">
<img src="star.png" width="30" class="img-3"value="3">
<img src="star.png" width="30" class="img-4" value="4">
<img src="star.png" width="30" class="img-5" value="5"></span>
<span class="values"></span>
<p>Rate our website as your experience</p>
</div></section>
<section class="body">
<textarea class="describe" onfocus="(this.value='')" cols="40" rows="10">Please share your experience and suggest the thing need to be develop...
And your personal details are not collected through this..!</textarea><br>
<a href="" target="_blank"><button class="submit">Submit</button></a>
</section><script src="feedback.js"></script>
</body>
</html>