-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hotel.html
38 lines (31 loc) · 1.19 KB
/
Hotel.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
<!DOCTYPE html>
<html>
<body bgcolor="#FFE4C4">
<marquee style="background-color:yellow; color:pink;"><h1>welcome to Hotel Moonlight</h1></marquee>
<div style="color:white; padding:30px;">
<h1>Hotel Moonlight</h1>
<img src="https://www.woodbinedevelopment.com/wp-content/uploads/2019/05/hero-legacy-2000x700.jpg" alt="abc">
<b >We specialize in everything</b>
<form>
<input type="gmail" id="email" placeholder="Email address" padding="2%"/> <button>book now</button>
</div>
</div>
<div>
<h4> Moonlight Hotel Group is an innovative management company catering to like
minded owners and developers of hotels and resorts in and around Asia. </h4><br>
<p ></p>
<h1>Hotel profile</h1>
<ul>
<li>4 star</li>
<li>Full Service</li>
<li>150-400 rooms</li>
<li>Fully Amenitized</li>
<li>pools,spas,Resturants,Longues</li>
<li>Ideal for adventurous Travellers</li>
<li>Families and millennial seeking fun</li>
<li>A lively hotel experience </li>
<li> True reflection of Quicksilver culture</li>
</ul>
</div>
</body>
</html>