Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m stuck on Step 31. I have tried modifying my code and reading similar questions on the forum, but I can’t for the life of me find out what’s wrong with the code.
I’ve also tried reading the lines of code from top to bottom and from bottom to top in case I missed a tiny error.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta
    name="description"
    content="Discover various places that can make memories that last a lifetime."/>
  </head>
  <body>
    <h1>Travel Destinations</h1>
    <p>The various travel opportunities presented are Paris, the Caribbean, the Bahamas, and Bali.</p>

    <h2>Packages</h2>
    <p>The various packages presented are $1000 for a two-night stay in Paris as well as $1500 for a three night stay in both the Caribbean and the Bahamas. We also have a $2000 option for a five-night stay in Bali.</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="The Roman Colosseum" /></a>
      <figcaption>A picture of the Roman Colosseum</figcaption>
    </figure>

    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The Alps" /></a>
      <figcaption>A picture of the Alps</figcaption>
    </figure>

    <figure>
      <a href="https://www.freecodecamp/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The Sea" /></a>
      <figcaption>A picture of the sea</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/149.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md

Hi @mseay702

Check the last one:

Happy coding

Thank you! You have no idea how long I was searching :laughing: