-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquery.html
53 lines (34 loc) · 1.15 KB
/
query.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
<!DOCTYPE html>
<html>
<title>Siddhu ki Rasoi</title>
<div>
<head>
<link rel="stylesheet" type="text/css" href="new.css">
<h1>Query form</h1>
</head>
<body>
<div class="enclosure" id="form">
<form>
<label for="fname" class="enclosure">First name: </label>
<input type="text" id="fname" class="enclosure"><br><br>
<label for="lname" class="enclosure">Last name: </label>
<input type="text" id="lname" class="enclosure"><br><br>
<label for="email" class="enclosure">Email: </label>
<input type="email" id="email" class="enclosure"><br><br>
<label for="Contact" class="enclosure">Phone number: </label>
<input type="contact" id="contact" class="enclosure"><br><br>
<label for="address" class="enclosure">Address: </label>
<input type="address" id="address" class="enclosure" >
</form>
</div>
<br><br><br>
<form>
<input type="submit" class="enclosure" id="button" >
</form>
</body>
<br><br>
<div class="enclosure" id="footer">
<footer><a href="index.html">Home</a> | <a href="about.html">About Us</a> | <a href="query.html"> Contact Us </a></footer>
</div>
</div>
</html>