Build a Travel Agency Page - Build a Travel Agency Page Step 31

Tell us what’s happening:

Tripled checked all my work and still don’t see what Im missing for step 31. Any help would be appreciated.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
   <title>Alkmey Journeys</title>
   <meta name="description" content="this is a travel a site for booking flights,hotels,vactions,etc.">
   </head>
   <body>
     <h1>Unexpected Journeys</h1>
      <p>“When you want something, the whole universe conspires to help you” -Paulo Coelho, The Alchemist.
     Conspire your trip today!</p>
     <h2>Packages</h2>
      <p>Welcome to our travel agency! We offer unforgettable journeys to some of the most beautiful and iconic destinations around the world.</p>
       <ul>
         <li><a herf="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
         <li><a herf="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a></li>
       </ul>
      <h2>Top Itineraries</h2> 
       <figure>
         <a herf="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"alt="The Shire">
</a> 
        <figcaption>The Shire</figcaption>
       </figure>
       <figure>
         <a herf="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="Imladris"></a>
         <figcaption>Imladris</figcaption>
       </figure>
       <figure>
         <a herf="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="The Misty Mountains"></a>
         <figcaption>The Misty Mountains</figcaption>
       </figure>   
     </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/144.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @Izraelthealkemist

You have a typo.

It’s short for hyperlink reference.

Happy coding