Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

The step 27 is not passing through even though I pretty sure I did everything right. It says here that I fail to put a caption on my . Some help would be really appreciated.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Travel Agency Page</title>
    <meta name="description" content="Cheapest travel tours in just a click">
  </head>
  <body>
    <h1>Find the cheapest travel on the spot.</h1>
    <p>Learn more about our tours.</p>
    
    <h2>Packages</h2>
    <p>Our cheapest.</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="Rome Colesseum">
      </a> 
      <figcaption>The Great Colosseo<figcaption>
    </figure>

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

    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Northern Sea wit a Yatch" href="https://www.freecodecamp.org/learn" target="_blank">
      </a> 
      <figcaption>Harbor Sea in India</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/139.0.0.0 Safari/537.36

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

Hey there!
Welcome to the forum!

You’re not closing your 1st figcaption tag

1 Like

I see. thank you so much Mr. Asive for your keen eye!