Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i have tried submitting my travel agency but it is signaling wrong meanwhile i have coded everything well

Your code so far

<!DOCTYPE html>
  <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta  name="description"  content="width=device-width, initial-scale=1.0">
      <title>Travel Agency Page</title>
    </head>
    <body>
    <h1>Discover Italy</h1>
    <p>Come and explore</p>
    <h2>Packages</h2>
    <p>View our various packages</p>
    <ul>
      <li><a href="Group Travels">Group Travels</a></li>
      <li><a href="Private Tours">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 Great Residence">
      </a>
      <figcaption>The Great Residence</figcaption>
    </figure>

    <figure>
      <a href="https://www.freecodecamp.org/learn"  target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Beautiful Natural Features">
      </a>
      <figcaption>Beautiful Natural Features</figcaption>
    </figure>

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

please you guys should help me :folded_hands:

Pay close attention to the last sentence in the failed tests.

And try to have some patience. There may not always be someone available when you first post a question, but eventually someone will help you out.

Hi there!
Check your links here, are they correct?