0% found this document useful (0 votes)
31 views1 page

Build A Travel Agency Page

This document is an HTML template for a travel agency page focused on New Zealand. It includes a title, description, and sections for travel packages and top itineraries with images. The page features links to group travels and private tours, as well as several images showcasing the beauty of New Zealand.

Uploaded by

ahmad.qidwai1404
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

Build A Travel Agency Page

This document is an HTML template for a travel agency page focused on New Zealand. It includes a title, description, and sections for travel packages and top itineraries with images. The page features links to group travels and private tours, as well as several images showcasing the beauty of New Zealand.

Uploaded by

ahmad.qidwai1404
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

** 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 **

You might also like