Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

having problems with step 26 and 28 the one about figcation being second child and each anchor within a figure having img

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="utf-8"> 
   <title=" Travel Agency Page">
   <meta name="description" content="beautiful culture and sceneries of europe">
   <title>Paris Guide</title>
</head>
<body>
<h1>Paris, France</h1>
<p> Come book a travel to Paris, a city full of history, and its iconic Eiffel tower. A target destination spot for lovers and couples all over the world.</p>
<h2>Packages</h2>
  <p>1 week stay with assigned tour guide to make your sightseeing more fun and enjoyable each passing day. Making sure that your stay is worth every money spent</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">
   <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="eiffel tower">eiffel tower</li>
  <figcaption>A beautiful view of the eiffel tower</figcaption>
  </figure>
      <li>
     
     <figure><a href="https://www.freecodecamp.org/learn"  target="_blank"> 
      
     <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="luxembourg garden">luxembourg-garden</li> 
    <figcaption>A majestic gardin in luxembourg</figcaption>
      </figure>
      <li>
        <figure>
        <a href="https://www.freecodecamp.org/learn"  target="_blank">
         <figcaption>A place full of history </figcaption>
   <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Louvre Museum">Louvre Museum</li>
   </figure>
      </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Where in the instructions were you asked to create an ordered list after “Top Itineraries”?

Please carefully read these instructions from the tests and follow them exactly:

Each figure element should contain an anchor element as its first child.
Each figure element should contain a figcaption element as its second child.
Each of the a elements that are children of your figure elements should contain an image.

nvm i was able to fix it thank u

Welcome to the forum @jamesmartinbinas

I went ahead and combined your posts for you. In the future, just reply to the original thread to add further updates.

Happy coding