Tell us what’s happening:
hi ive been stuck mostly on step 19 and 20, i cannot figure out whats wrong and its been nearly a month of trying different things, i have also looked at other posts similar to this, any help would be appreciated
Your code so far
<!DOCTYPE html>
<html lang="en"> <head> <meta name="description" content="example"> <title> The Wonders of Italy </title> <meta charset="utf-8"> </head> <body> </body>
<h1> Italy </h1>
<p> Traveling to Italy promises you an adventure you'll never forget, it will be a dream come true, from the culture and wondeful scenery to the cuisine </p>
<li><a> There are many things to discover in italy whether it be new food and sights to see or spots that were filmed in movies, this package is full of guides and suggestions </a> </li>
<h2> Packages </h2>
<p> Private Tours </p>
<ul>
<li>
<figure> <a href="https://www.freecodecamp.org/learn" target="_blank"> Group travels </a> </figure>
</li>
<li>
<a href="https://www.freecodecamp.org/learn" target="_blank"> Private Tours </a> <figcaption>
</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="Coliseo">
<figcaption>Italy</figcaption></a>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Mountains">
<figcaption>Norway</figcaption></a>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg">
<figcaption>Mexico</figcaption></a>
</figure>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page