Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i don’t know where i made my mistake on the figcaption

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <meta name="The Travel Agency Page for your next summer vacation in the beautiful Capes of South Africa" content="The Travel Agency Page describes all the destinations of the summer vacation."/>
    <title>Travel Agency Page </title>
</head>
<body>
<h1>Travel Destinations for the next summer vacations </h1>
<p>Travel Opportunities </p>
<h2>Packages </h2>
<p>Various Packages</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>
    <ol>
    <li>
<figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo,jpg" alt="colosseo in South Africa" href="htpps://www.freecodecamp.org/learn" target="_blank"></img>
      <figcaption>Visiting the colosseo in South Africa </figcaption>
</figure>
    </li>
    <li>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
  <img src="https://cdn.freecodecamp.org/curiculum/labs/alps.jpg" alt="Dinner at the top of the Table Mountain in alps" href="https://www.freecodecamp.org/learn" target="_blank"></img> 
      <figcaption>Dinner at the Top of the Moutain in alps</figcaption>
</figure>
    </li>
    <li>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
  <img src=""https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Surfing at the sea" href="https://www.freecodecamp.org/learn" target="_blank"></img>
    
    
      <figcaption>Surfing at the sea</figcaption>
  </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/139.0.0.0 Safari/537.36 Edg/139.0.0.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

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  1. Are there any errors or messages in the console?
  2. What is the requirement of the first failing test?
  3. Check the related User Story and ensure it’s followed precisely.
  4. What line of code implements this?

If this does not help you solve the problem, please reply with answers to these questions.

This is incorrect syntax. Google “HTML img tag.”