-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.6 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tourist Place Agency</title>
</head>
<body>
<h1>Discover Italy</h1>
<p>Discover India, a land of timeless traditions, vibrant festivals, majestic monuments, diverse landscapes, spiritual depth, colorful cultures, ancient wisdom, and modern growth blending beautifully together.</p>
<h2>Packages</h2>
<p>Our travel packages offer exciting destinations, affordable prices, comfortable stays, guided tours, and unforgettable experiences designed to make your journey smooth, memorable, and stress-free.</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Travels</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://www.freecodecamp.org/learn" traget="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"
alt="Image of colosseum"></a>
<figcaption>colosseum in Italy</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"
alt="Image of Alps"></a>
<figcaption>Alps in Italy</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"
alt="Image of sea"></a>
<figcaption>Sea In Italy</figcaption>
</figure>
</body>
</html>