Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

whats wrong with my figure and figcaption?..somebody please help

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta 
    name="description"
    content="mambo mingi mingi">
  </head>
  <body>
   <h1>TRAVEL TO KENYA</H1>
   <p>travel opportunities:MANY</p>
   <h2>Packages</h2>
   <p>lots of stuf in Kenya</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="This one is in Rome"</a>
     <figcaption>There are no colosseo in Kenya</figcaption>
    </figure>
    <figure> 
     <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The alps"></a>
     <figcaption>but there are allot of waterfalls</figcaption>
    </figure>
    <figure> 
     <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="This one is the ocea"></a>
     <figcaption>and lakes and rivers and forrests, the great savana and lots more</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/136.0.0.0 Safari/537.36 Edg/136.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi there, welcome to the community! :blush:

Please review your code — there seems to be a missing > in your HTML. Just double-check your tags to make sure everything is properly opened and closed.

1 Like

ok thanks…I’ll do just that

1 Like