Tell us what’s happening:
missing objective number 26 and 32 on my html code
Your code so far
<!DOCTYPE html>
<html lang="en">
<body>
<html>
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
<meta name="description" content="Discover amazing travel destinations and packages tailored for group travels or private tours.">
</head>
<h1>Travel Destinations</h1>
<p>Welcome to our travel agency! We offer unforgettable journeys to some of the most beautiful and iconic destinations around the world.</p>
<h2>Packages</h2>
<p>We provide a range of packages to suit your travel preferences, whether you're adventuring with friends or enjoying a private getaway.</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>
<ol>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="best colosseo">
</a>
</figure>
<figcaption>Rome: Walk through the wonders of ancient history.</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="best alps">
</a>
<figcaption>Adventure: Experience breathtaking mountain views.</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="best sea">
</a>
<figcaption>Island Paradise: Relax by the sea on pristine beaches.</figcaption>
</figure>
</li>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page