Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m struggling with Step 32 with my code, and the more I try to fix the code, the more confused I get about what went wrong.

Your code so far

<!DOCTYPE html>
  <html lang="en">
    <head>
   <meta charset="UTF-8">
   <meta name="description" content="the leading tour, hospitality and travel agency in Nigeria, West Africa. Over the past 18 years, we have consistently provided travel solutions."/>
   <title> Travel Agency Page</title>
    </head>
    <body>
      <h1>Discover Italy</h1>

      <p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.</p>
      <h2>Packages</h2>
      
      <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.</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>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
        <figcaption>
          <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Cathedral in Rhome">
      Rome and Centre Italy</figcaption>
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
        <figcaption>
          <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The Swiss Alps">Nature and National Parks</figcaption>
          </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
          <figcaption>
            <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Crystal clear waters">South Italy and Islands</figcaption>
            </figure>
    </body>
  </html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

are you sure there is an image in here?