-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHotel breez.html
136 lines (116 loc) · 5.54 KB
/
Hotel breez.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> hotel breez</title>
<h1 style="font-size: 75px;background-color:tomato ; text-align: center;font-family: 'Arial Narrow', Arial, sans-seri;">#Hotel Breez#</h1>
<h4 style="font-size: 25px;background-color:tomato ; text-align: center;font-family: 'Arial Narrow', Arial, sans-seri;">it is both veg & non-veg</h4>
<a href="link.html" style="font-family:Verdana;color:#6715a2;">Photos</a>
<div class="About">
<h3>About us:</h3>
<p>A hotel and Restaurants are the place where providing products such as food, accommodation and services to the guests who willing to pay for whatever consumed or experienced by them.
Basically when the people like to stay or eat out of the home, first they expect the good services, quality products and satisfaction because of this the classification systems is introduced to in hotel and restaurant Industry. Once we search about why people using the classifications systems in hotel and restaurants;</p><br>
</div>
<style> table,td,th {border: 5px sandybrown;}
body{background-attachment: fixed;background-repeat: no-repeat; background-size: 100%;}</style>
</head>
<body background="C:\Users\jhask\Downloads\download.jpg">
<div >
<h3><u>Make a Booking:</u></h3>
<div><form>
<fieldset>
<legend>Customer Details:</legend>
<label for="name">Customer Name:<input type="text" id="name" name="name" size="20" placeholder="enter your name">
</label><br>
<label>Gender :
<br><input type="radio" name="gender" value="male"> Male <br>
<input type="radio" name="gender" value="female"> Female <br>
<input type="radio" name="gender" value="other"> Other<br>
</label>
Address:<br><textarea id="address" name="address" cols="50" rows="4"></textarea><br>
<label for="mobilenumber">Mobile no:<input type="number" name="phone no" size="10" placeholder="enter your phone no">
</label><br>
<label for="mail">E-mail:<input type="email" name="email" size="30" maxlength="100" placeholder="enter your e-mail">
</label><br>
</fieldset>
<fieldset><legend>Mode of Payment:</legend>
<input type="radio" name="modes" value="upi"> UPI:<input type="text" name="upi address" placeholder="enter your upi address"><br>
<input type="radio" name="modes" value="netbanking"> Net Banking <br>
<input type="radio" name="modes" value="cash">Cash<br>
<input type="radio" name="modes" value="debitcard">Debit Card:<input type="number" placeholder="Card Number">
<input type="text" placeholder="card Holder"> <input type="text" placeholder="Expiration MM"> <input type="text" placeholder="Expiration YY"><input type="number" placeholder="CVV">
</fieldset><br><br>
<fieldset><legend>food:</legend>
<label>categories:<br>
<input type="radio" name="rd" value="veg">VEG<br>
<input type="radio" name="rd" value="Non-veg">N0N-VEG<br>
</label></fieldset>
</form>
</div>
<div>
<form name="f1" >
<h3>Select the Menu Items of your choice</h3>
<table background="C:\Users\jhask\Downloads\Mandala Art Design On Red Gradient Background.jpg" style="font-family:Verdana;color:#dd8130;" align="center" bgcolor="white" cellpadding="0" cellspacing="0" border="#aaa">
<tr valign="top">
<td>
<h4>Major dishes</h4>
<select name="s1" size="2" multiple>
<option value="Mc Burger-->80">Mc Burger</option>
<option value="Fish Filiets-->70">Fish Filiets</option>
<option value="Chicken Burger-->60">Chicken Burger</option>
<option value="Veg. Burger-->45">Veg. Burger</option>
</select>
<br><br>
</td>
<td>
<h4>Starters</h4>
<select name="s2" size="2" multiple>
<option value="French Fries-->40">French Fries</option>
<option value="Nuggets-->50">Nuggets</option>
<option value="Hash Browns-->55">Hash Browns</option>
<option value="Mc Aloo Tikki-->65">Mc Aloo Tikki</option>
</select>
</td>
<td>
<h4>Miscellaneous</h4>
<select name="s3">
<option value=" ">'Check these out'</option>
<option value="Milkshakes-->35">Milkshakes</option>
<option value="soft drinks-->20">soft drinks</option>
<option value="softy--25">softy</option>
</select>
</td>
</tr>
</table>
</form>
</div>
<div> <pre class="tab"> <input type="button" name="bt1" value="SUBMIT"> </pre>
</div>
<div class="opening-time">
<h3>
Opening times
</h3>
<p>
<span>Monday—Thursday: 08:00 — 22:00</span>
<span>Friday—Saturday: 09:00 — 23:00 </span>
<span>Sunday: 10:00 — 17:00</span>
</p>
</div>
<div class="contact-address">
<h3>
Contact:
</h3>
<p>
<span>410-602-8008</span>
<span>15 Btm Jharsuguda</span>
<span>Beheramal road,768201 </span>
</p>
</div>
</div>
<div class="feedback form">
Feedback:<br> <textarea id="feedback_form" name="feedback_form" cols="50" rows="4"></textarea><br>
<input type="button" name="bt2" value="SUBMIT"> <br>
<input type="reset" name="rt1" value="CLEAR">
</div>
</body>
</html>