forked from sarthikbabuta/HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathst1.html
More file actions
43 lines (43 loc) · 822 Bytes
/
st1.html
File metadata and controls
43 lines (43 loc) · 822 Bytes
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
<html>
<head>
<title>Tourism Industry </title>
</head>
<body bgcolor=silver>
<table border=2px>
<tr>
<td>Hotels</td>
<td>Resorts</td>
</tr>
<tr>
<td>Hotels1</td>
<td>Resorts1</td>
</tr>
<tr>
<td>Hotels2</td>
<td>Resorts2</td>
</tr>
<tr>
<td>Hotels3</td>
<td>Resorts3</td>
</td>
</table>
<p>Department in a Hostel</p>
<ol type="1">
<li><a href="file:///C:/Users/SURINDER%20KUMAR/Documents/html/frontoffice.html">Front Office</a></li>
<ul style="list-style-type:circle">
<li>Reservation</li>
<li>Reeception</li>
<li>Guest Relation</li>
</ul>
<li><a href="file:///C:/Users/SURINDER%20KUMAR/Documents/html/food.html">Food and Beverages</a></li>
<ul style="list-style-type:circle">
<li>Room Service</li>
<li>Coffee Shop</li>
<li>Restaurant</li>
</ul>
</ol>
<form>
Contact is at E-mail<input type="text">
</form>
</body>
</html>