Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I need a little bit of help ive tried looking at other peoples code and it seems like everything is right. i am missing these two: 28. Each of the a elements that are children of your figure elements should contain an image.26. Each figure element should contain a figcaption element as its second child.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description" content="Travel to different places and enjoy some fun and relaxation">
    <title>Travel Agency Page</title>
  </head>
  <body>
  <h1>Hawaii or Mexico?</h1>
    <p>Either sip on margaritas in mexico or a sex on the beach in hawaii!</p>
    <h2>Packages</h2>
    <p>Go for a donkey ride in mexico or chill out in the water in hawaii.
<ul>
  <li><a target="_blank" href="https://www.freecodecamp.org/learn">Group Travels</li></a>
  <li><a target="_blank" href="https://www.freecodecamp.org/learn">Private Tours</li></a>
  </ul>
  <h2>Top Itineraries</h2>
  <figure>
    <a target="_blank" href="https://www.freecodecamp.org/learn">
    <figcaption>BLAH BLAH BLAH
      </figcaption>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="A giant colluseum">
  </figure>
  <figure> 
    <a target="_blank" href="https://www.freecodecamp.org/learn">
    <figcaption>BLAH BLAH BLAH
      </figcaption>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Huge mountains">
  </figure>
  <figure> 
    <a target="_blank" href="https://www.freecodecamp.org/learn"> 
    <figcaption>BLAH BLAH BLAH
      </figcaption>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Beautiful water" >
  </figure></a>
  </body>
  </html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0

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

Welcome to the forum @Sketchmaster

Check the elements are correctly nested.

Then carefully read user story eleven.

Let the forum know how you get on.

Happy coding