-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
104 lines (100 loc) · 2.29 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
92
93
94
95
96
97
98
99
100
101
102
103
104
<html>
<head>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="header">
<div class="contect">
<div class="logo1">
<span class="span">RESERVATION</span>
</div>
<p style="color:white; margin-left:6%;"><strong>browse Online or Call Us Toll Free- 1(800)555-4689</strong>
</p>
<input type="text" style="width:320px; height:50px; margin-left:15%;" />
</div>
<div class="logo">
<img src="logo.png">
</div>
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="pimage">
<img src="banner1.jpg" style="width:100%;">
</div>
<div class="sine">
<div class="div1">
<ul>
<li>COMMERCIAL</li>
<li><img src="home.png"></li>
<li>
<p>10% OFF ANY RESERVATION WEEKENDS OR WEEKDAYS</p>
</li>
</ul>
</div>
<div class="div1">
<ul>
<li style="margin-left:7%">RESIDENTIAL</li>
<li><img src="phone.png"></li>
<li>
<p>10% OFF ANY RESERVATION WEEKENDS OR WEEKDAYS</p>
</li>
</ul>
</div>
<div class="div1">
<ul>
<li style="margin-left:20%">LUXURY</li>
<li><img src="man.png"></li>
<li>
<p>10% OFF ANY RESERVATION WEEKENDS OR WEEKDAYS</p>
</li>
</ul>
</div>
</div>
<div class="inform_us">
<h2>COMPANY INFORMATION</h2>
<p>500 Lorem Ipsum Dolor Sit,</p>
<p>22-56-2-9 Sit Amet, Lorem,</p>
<p>USA</p>
<p>Phone:(00) 222 666 444</p>
<p>Fax: (000) 000 00 00 0</p>
<p>Email: info[at]mycompany.com</p>
<p>Follow on: Facebook, Twitter</p>
<p></p>
</div>
<div class="cont_us">
<h2>CONTACT US</h2>
<table cellpadding="2;">
<tr>
<td>Name</td>
</tr>
<tr>
<td><input type="text" class="input"></td>
</tr>
<tr>
<td>Email</td>
</tr>
<tr>
<td><input type="text" class="input"></td>
</tr>
<tr>
<td>Subject</td>
</tr>
<tr>
<td><input type="text" class="input2"></td>
</tr>
<tr>
<td><input type="button" value="Submit" class="input3"></td>
</tr>
</table>
</div>
<div class="footer">
Design By AKASH,SHOBHIT,PRIYANSHU,PRAKHAR
</div>
</body>
</html>