Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t complete step 20,21,26.I tried but I can’t find the solution.

Your code so far

<!DOCTYPE html>
  <html lang="en">
    <head>
      <title>Travel agency</title>
    <meta charset="utf-8" content="Travel Agency Page" property="og:title"/>
    <meta name="description" content="Enjoy your dream travel destination by joining with us">
    </head>
   <body>
     <h1>Travel Destinations</h1>
     <p>Our premium package include travelling and residential expenses while the ordinary package include only the travel expenses</p>
     <h2>Packages</h2>
     <p>Our premium package include travelling and residential expenses while the ordinary package include only the travel expenses</p>
     <ul><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a>
     <li> <a href="https://www.freecodecamp.org/learn" target="_blank">Japan</a></li>
      <li><a href="https://www.freecodecamp.org/learn" target="_blank">china</a></li>
    </ul>
    <ul><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a>
   <li> <a href="https://www.freecodecamp.org/learn" target="_blank">New Zealand</a></li>
 <li> <a href="https://www.freecodecamp.org/learn" target="_blank">USA</a></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="colosseo"><figcaption>colosseo</figcaption></a>
      </figure>
      <figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"><figcaption>alps</figcaption></a>
        </figure>
        <figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"><figcaption>Sea</figcaption></a>
          </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/146.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

With this one, it is a good idea to go through each of the stories carefully. Have you got the right number of list items? Have you added list items?

Same with the figure element. If you go through and see what you are supposed t add and check it against yours, you should be able to see. Do you know what they mean by saying an element should be a second child?

Try checking your code using this HTML Validator.