-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
91 lines (87 loc) · 2.87 KB
/
contact.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="author"content=
"Ami Khatri">
<meta name="description"
content="Contact information for MehendiByAnjali">
<title>Contact Us - </title>
<link rel="icon" href="images.jpg"
type="image/x-icon">
<style>
html {
font-size: 22px
}
body {
background-color: oldlace;
color: black
}
</style>
</head>
<body>
<header>
<h1>Contact us</h1>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/#about">MehendiByAnjali"</a>
</li>
<li>
<a href="/#menu">Taking orders for:</a>
</li>
<li>
<a href="hours.html">Time Availability:</a>
</li>
</ul>
</nav>
<figure>
<img src="01-Design-one_insta_62f346331ff11.jpg"alt="My Mehendi Design"title="Wow Designs!!"width="400"height="267">
<figcaption>
My Henna Design
</figcaption>
</figure>
</header>
<hr>
<main>
<p>
<h3>Our address:</h3>
<address>
32/325,Swagat Society,<br>
New Link Road,Mahavir Nagar,<br>
Kandivali(West),Mumbai-400067 <br>
Phone: <a href="tele:8104646925">810-464-6925</a>
</address>
<h3>Our contact form</h3>
<section>
<form action="https://httpbin.org/get"
method="get">
<fieldset>
<legend>Send us a message</legend>
<p>
<label for="name">Name:</label>
<input type="text"name="name"
id="name"placeholder="your name"
required>
</p>
<p>
<label for="email">Email:</label>
<input type="email"name="email"
id="email"placeholder="email"
required>
</p>
</fieldset>
<button type="submit">Send</button>
<button type="Reset">Reset</button>
</form>
</section>
</p>
</main>
<hr>
<footer>
<p>Copyright ©MehendiByAnjali</p>
</footer>
</body>