Tell us what’s happening:
I Am having trouble passing the 31st question, i have checked it and it seemed to work for me
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A Site talking about travel oppurtunities in Italy">
<title> Travel oppurtunities in Italy </title>
</head>
<body>
<h1> Travel oppurtunities in Italy</h1>
<p> The best places to travel within Italy </p>
<h2> Packages </h2>
<p> There are different packages depending if you are traveling solo or with a group </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://freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo"> </a>
<figcaption> A Photo of a colleseum in rome </figcaption> </img>
</figure>
</li>
<li>
<figure>
<a href="https://freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"> </a> <figcaption> A Photo of the alps </figcaption> </img>
</figure>
</li>
<li>
<figure>
<a href="https://freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"> </a> <figcaption> A Photo of the sea in italy </figcaption> </img>
</figure>
</li>
</ol>
</body>
</head>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 OPR/119.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page