Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Hi! I need help, please. The test fails in point 31. I don’t understand why. Thanks!

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Name</title>
    <meta name="description" content="Una breve descrizione del sito">
  </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>Various packages</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"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Colosseo"></a>
      <figcaption>Rome and Center Italy</figcaption>
    </figure>
     <figure>
      <a href="hhttps://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Montagne"></a>
       <figcaption>Nature and National Parks</figcaption>
    </figure>
   <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Mare"></a>
       <figcaption>South Italy and Islands</figcaption>
    </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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

did you check all your a elements to make sure they satisfy the requirement? double checked the syntax?

There was a typo in one of the hhttps. Thanks!