Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Please help! I don’t understand how I have not satisfied: (28. Each of the a elements that are children of your figure elements should contain an image).

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="Travel">
<title>Travel Agency name</title>
<meta name="description" content="This is the decription"
 </head>
 <body>
 <h1>Destinations</h1>
 <p>Here are the 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>
   <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank">
    <figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="roman ahh"></a>Roman ahh</figcaption>
     </figure>
     <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
       <figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="mountain ahh"></a>Cool ahh mountains</figcaption>
       </figure>
     <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
       <figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="water ahh"></a>Clear ahh water</figcaption>
       </figure>
   </body>
   </html>



Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) 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

Welcome to the forum @jacksonspiers17

For the figure elements, what is the first element nested in the anchor elements?

Happy coding