-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContactUs.html
76 lines (73 loc) · 2.32 KB
/
ContactUs.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
<!DOCTYPE html>
<html>
<head>
<meta utf charset="UTF-8" />
<meta name="author" content="Hardik Arora">
<meta name="description" content="About Us page for Travel Bloom">
<meta name="viewport" content="width=device-width,intitial-scale=1.0">
<meta name="robots" content="index,follow">
<meta name="keyword"content="AboutUs,about us ,about us,organization">
<title> Travel Bloom </title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<img
height="15%"
width="10%"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\vecteezy_transparent-passenger-jet_47308052.png"
alt="#"
/><figcaption>Travel Bloom</figcaption>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
</ul>
</nav>
<header>
<a href="#">
<img class="connect"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\facebook-logo-png-26.png"
height="4%"
width="2%"
><br>
<a href="#">
<img class="connect"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\instagram-logo-png-instagram-icon-transparent_18930473.png"
height="4%"
width="2%"
/>
</a><br>
<a href="#">
<img class="connect"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\twitter-new-logo-twitter-icons-new-twitter-logo-x-2023-x_31737227.png"
height="4%"
width="2%"
/>
</a><br>
<a href="#">
<img class="connect"
src="D:\HP\IBM\ACTUAL_FINAL_PROJECT_JS\Asseta\youtube-logo-png-3572.png"
height="4%"
width="2%"
/>
</a><br>
</header>
<main>
<h1> Contact Us</h1>
<div>
<form action="#" style="align-self: right;">
<label for="name">Name<br></label>
<input type="text" id="name" placeholder="Enter your Name"></input><br>
<label for="email">Email<br></label>
<input type="text" id="email" placeholder="Enter your Email"></input><br>
<label for="msg">Message<br></label>
<textarea id="msg" placeholder="Enter your Message" row="8000" cols="140"></textarea><br>
<button id="submit" style="height:35px;width:1060px">Submit</button>
</form>
</div>
</main>
<footer>
</footer>
</body>
</html>