Build a Travel Agency Page - Step 26/28

Tell us what’s happening:

I can’t figure out how to get step 26 done without undoing step 28, what do i need to add/change?? I’ve tried everything i can think of. (New too this place, but i didn’t see anything answering this specific problem)

Your code so far

<!DOCTYPE html>
<html>
  <head>
   <html lang="en">
   <meta charset="UTF-8">
   <title>Travel Agency Page</title>
   <meta name="description" content="desc2">
  </head> 
  <body>
    <h1> &gt;:3 </h1>
    <p>go travel somewhere idk</p>
    <h2>Packages</h2>
    <p>yippieeeeeeee traveling ig</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="The rome colleseum"><figcaption>This very cool old colleseum type shii</figcaption>
     </a>
     </figure>
     <figure><a href="https://www.freecodecamp.org/learn"target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Mountains with green grass and white rocks"><figcaption>Some cool mountains type shii</figcaption>
     </a>
     </figure>
     <figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="A very blue ocean with a white boat"><figcaption>Blue lagoon type shii</figcaption>
     </a>
     </figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

hey there, it looks like you have removed the link to the challenge, could you provide it again please?

alright found it

Each figure element should contain a figcaption element as its second child.

what element is the parent of figcaption?

I’m pretty sure it’s supposed to be figure or the anchor element

edit: should be the figure element cuz it says the anchor element should be the first child.

try to make that change then

im pretty sure i already have that though, or at least i cant spot where i need to change it

here you have a around figcaption, that means that figure is not parent of figcaption