-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.html
60 lines (60 loc) · 1.7 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
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
<DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body background="Phonesw.jpg">
<nav>
<br><br>
<br>
<a href="index.html" style="text-align: right; color: yellow; font-family: cursive;"> HOME </a>
</nav>
<div class="contact">
<hr color="black" width="20%">
<p align="center"><font face="sans-serif" color="black" size="5.5">FEEDBACK</font></p>
<hr color="#000" width="20%">
<br><br>
<form name="f1" id="contact-form">
<table align="center" cellpadding="10" cellspacing="12" border="5" height="200">
<tr>
<td>
<input type="text" name="first_name" placeholder="First Name" required="required" />
</td>
<td>
<input type="text" name="Last_name" placeholder="Last Name" required="required" />
</td>
</tr>
<tr>
<td><input type="email" name="email" placeholder="Email" required="required" /></td>
<td><input type="text" name="subject" placeholder="Subject" required="required" /></td>
</tr>
<tr>
<th colspan="3">
<textarea placeholder="Enter Message" required=""></textarea>
</th>
</tr>
<tr>
<th colspan="2">
<input type="submit" name="contact-submit" value="SEND">
</th>
</tr>
</table>
</form>
</div>
<br><br><br><br><br>
<hr color="#D7DBDD ">
<p align="right">
<font face="sans-serif" size="6" color="#F1C40F">REALME</font></a>
</p>
<p align="right">
<font face="sans-serif" size="4" color="#17202A">
Contact Us: 1800 102 2777
</font>
</p>
</body>
</html>
</body>