Tell us what’s happening:
i am building a TRAVEL AGENCY PAGE but i am stuck at level 13. i need assistance.
Your code so far
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="A travel agency that can ensure a quick processing of your travel needs and is affordable ">
</head>
<body>
<h1>Our travel destination include Nigeria, South Africa, Ghana, Israel, Spain, and UK.</h1>
<p>Our travel agency have opportunities like work exchange and volunteering, travel base career, educational and cultural exchanges</p>
<h2>Packages</h2>
<p>We have these packages, all inclusive,customised/tailor made, independent tour, escorted/guided tours.</p>
<ul>
<li><a href="#">Group Travels</a></li>
<li><a href="#">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="A Roman colosseum under a blue sky"></a>
<figcaption>A Roman colosseum</figcaption>
</figure>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Snow-caped Alps"></a>
<figcaption>Alp mountains</figcaption>
</figure>
<figure>
<a href="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="A calm blue sea with a clear horizon"></a>
<figcaption>A serene sea</figcaption>
</figure>
<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>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Roman Colosseum"></a>
<figcaption>A Roman Colosseum</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The Alps"></a>
<figcaption>The Alps</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="A serene sea"></a>
<figcaption>Sea</figcaption>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page