Tell us what’s happening:
my step 31 of travel agency is not passing. I have done all that is needed but its not passing.
Your code so far
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
<meta name="description"
content=" The surest way to travel with limited resources"/>
</head>
<body>
<h1>Europe to Asia</h1>
<p>All round trip all inclusive for a dream destination</p>
<h2>Packages</h2>
<p>Our two specific type of packages on offer.</p>
<ul>
<li>
<a href="https://freecodecamp.org/learn"target="_blank"> Group Travels</a></li>
<li>
<a href="https://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="The Beautiful Colosseo"></a>
<figcaption>The beautiful <em> Colosseo</em></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="The wonderful Alps"></a>
<figcaption>The mystical<em>Alps</em></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="The Northern Sea"></a>
<figcaption>The wonderful<em> Northern Sea</em></figcaption>
<figure<a>
</li></ol>
</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/143.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page