Build a Travel Agency Page - Build a Travel Agency Page

hello, I am failing the final two tests. It seems to render fine in a browser. Not sure if it’s a syntax issue, or ?

North EastNorthEast

Welcome to the forum @sea-liesch

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Tell us what’s happening:

I’m failing the final two tests. I’ve pasted the code in VSCode and tried other debug methods . The html seems valid. Thanks!

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="description" content="web">
     <meta charset="UTF-8">
     <title>Bigly Travel</title>
  </head>
  <body>
    <h1>Falun, Wi</h1>
    <p>Introducing Bigly Travel!</p>
    <h2>Packages</h2>
    <p>Vacation Travel Business</p>
      <ul>
        <li><a>Group Travels</a>Quiet</li>
        <li><a>Private Tours</a>Healthy</li>
      </ul>
<h2>Top Itineraries</h2>
<ol>
  <li><figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="North West"/></a><figcaption>North</figcaption></figure></li>
   <li><figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="North"/></a><figcaption>NorthWest</figcapture></figure></li>
   <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="North East"/>
      </a>
      <figcaption>NorthEast</figcapture>
    </figure>
  </li>
</ol>
  </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

Hi @sea-liesch

Check the anchor elements in the unordered list.

Happy coding