Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m failing step 27. Each figcaption should contain some text.
Please help, thanks.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="description" content="Travel Agency Page">
  <title>Travel Agency Page</title>
</head>
<body>
  <h1>Travel Destinations</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</li></a>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</li></a>
   </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 Structures">
  </a>
  <figcaption>Rome Structures<figcaption>
  </figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Mountain Sunset">
  </a>
  <figcaption>Mountain Sunset</figcaption>
  </figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Ocean Boating">
  </a>
  <figcaption>Ocean Boating</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/138.0.0.0 Safari/537.36 Edg/138.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum :wave:

You did not close your first figcaption correctly

1 Like