Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Can’t figure out what is wrong with the test numbers 19, 20, 21, 25, and 28.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Travel Agency Page</title>
  <meta name="description" content="Discover the beauty of Italy with our travel packages. Explore Rome, Venice, Florence, and more with guided tours, local tips, and unforgettable experiences.">
</head>
<body>
  <h1>Explore Italy</h1>
    <p>From Rome’s ruins to Tuscany’s vineyards and the Amalfi Coast’s charm, we plan unforgettable Italian getaways tailored just for you. Let’s make your la dolce vita moment happen.</p>
  <h2>Packages</h2>
    <p>We offer a wide range of holiday experiences across Italy — from iconic city tours to hidden villages and medieval towns, discover Italy's beauty beyond the usual.</p>
    <ul>
      <li>Group Travels</li>
      <li>Private Tours</li>
    </ul>
  <h2>Top Itineraries</h2>
<a href="https://www.freecodecamp.org/learn" target="_blank">
  <figure>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The Colosseum in Rome, Italy, with ancient stone arches under a blue sky">
    <figcaption>Rome and the heart of Central Italy</figcaption>
  </figure>
</a>
<a href="https://www.freecodecamp.org/learn" target="_blank">
  <figure>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Snow-covered peaks of the Italian Alps under a bright blue sky">
    <figcaption>Northern Italy and the Alps</figcaption>
  </figure>
</a>
<a href="https://www.freecodecamp.org/learn" target="_blank">
  <figure>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Turquoise waters along the Italian coastline with rocky cliffs and clear skies">
    <figcaption>Southern Italy and the Coast</figcaption>
  </figure>
  </a>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) 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

Hey,
for 19, I think both lists should have their respective anchor elements
for 20, the first anchor element should wrap the text group travels like this "<a “link goes here”> “group travels”
same for 21
for 25, your anchor element should be directly under your figure element
for 28 each anchor element below the figure should have image elments inside