Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

When building my webpage i seems to be confusing my a elements, I’m not to sure that I’m doing it correctly

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8"></meta>
    <meta name="description" content="non-empty"></meta>
    <title>Travel Agency Page</title>
    
</head>
<body>
  <section>
  <h1>Travel Agency Page</h1>
  <p>Travel the world in style, explore various cultures and traditions, see the wonders of the world.</p>
  <h2>Packages</h2>
  <p>5 Nights including breakfast, free wifi.
    <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>
  <p>
  <ol>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="" alt="sailing on a yatch" href="www.freecodecamp.org/learn" target="_blank"></a>
  <figcaption>figure: boat ride on sea.</figcaption>
  </figure>

  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="" alt="3 star hotel" href="www.freecodecamp.org/learn" target="_blank"></a>
  <figcaption>figure: white sands on the beach.</figcaption>
  </figure>

 <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="collosseo in rome" href="https://www.freecodecamp.org/learn" target="_blank"></img>
      </a>
<figcaption>Visiting the colloseum in rome></figcaption>
  </figure>
</ol>
  </p>
</body></body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0

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

double check your syntax

thanks i managed to get it right after a few times rewriting the code.