** start of index.
html **
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travel Agency Page</title>
<meta charset="utf-8">
<meta name="description" content="Explore the best"/>
</head>
<body>
<h1>New Zealands</h1>
<p>Discover beauty</p>
<h2>Packages</h2>
<p>We have two packages</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
Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img
src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="pic"/></a>
<figcaption>Wow</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img
src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="pic"/></a>
<figcaption>Beauty!</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img
src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="pic"/></a>
<figcaption>Wow</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img
src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="pic"/></a>
<figcaption>Ocean!</figcaption>
</figure>
</body>
</html>
** end of index.html **