Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I am stuck on 26 and 28 of this lesson. I thought I followed all the steps correctly, I have been stuck on this for hours and have no idea what I did wrong.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description"
    content="Travel Agency Page"/>
    <title>Paige's Travels</title>
    </head>
    <body>
      <h1>Paige's Travels</h1>
      <p>Travel in style</p>
      <h2>Packages</h2>
      <p>We have many different 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>
      <ol>
     <li> 
       <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
        <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo" href="https://www.freecodecamp.org/learn"></img>
        </a>
       <figcaption>Visit the Colosseo.</figcaption>
      </figure>
      </li>
      <li>
        <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
        </a>
        <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps" href="https://www.freecodecamp.org/learn"></img>
        </a>
        <figcaption>Visit the Alps.</figcaption>
      </figure>
      </li>
     <li> 
       <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
        </a>
        <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="labs" href="https://www.freecodecamp.org/learn"></img>
        </a>
        <figcaption>Visit the Sea.</figcaption>
      </figure>
      </li>
      </ol>
      </body>
  </html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Okay.

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

What is the second child for each figure element? Maybe that’d have a clue.

It is more of the question 28 that I am having an issue with.

What’s the requirement for Test 28 and which lines of code fulfill that?

or, what’s inside this a element?

IM SO STUCK ON IT TO.

Please dont ask for help on someone elses post. If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Have you been working on this issue ?

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.