Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t seem to find what I did wrong for these items. Could I please get some help? Thank you.

  1. You should have an h2 element after your unordered list.

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

  3. 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
      name="description"
      content="Discover the best places to visit in the Philippines."/>
      <title>Travel Agency Page</title>
  </head>
  <body>
    <main>
      <h1>Discover Philippines</h1>
      <p>Filipino beaches, history, cuisine, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring the Philippines.</p>
        <h2>Packages</h2>
        <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of exciting beaches and historical sites to discover the Philippines' lesser-known sides.</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</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="Philippines photo 1"></a>
          <figcaption>Exhilirating views</figcaption>
        </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Philippines photo 2"></a>
          <figcaption>Amazing thrills</figcaption>
        </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Philippines photo 3"></a>
          <figcaption>The best time of your life</figcaption>
        </figure>
    </main>
  </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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

close this anchor element, it is giving issues