Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

What I’m missing here? Please help :slight_smile:
These are errors i got

“Failed:19. Both your list items should contain an anchor element.
Failed:21. The anchor element of your second list item should wrap the text Private Tours.
Failed:22. You should have an h2 element after your unordered list.”

Your code so far

<!DOCTYPE html>
<html>
  <html lang="en">
    <head>
      <meta charset="utf-8">
      <meta name="description" content="In this web page, you can find cheap but also enjoyable trips.">
      <title>Travel Agency Page</title>
    </head>
  </html>
    <body>
      <h1>Italy Trip</h1>
      <p>We will hold an exciting trip to Italy. 
      <h2>Packages</h2>
      <p>You can choose a package below. With Group travels you can learn and enjoy your trip with other people. With private tours you can travel with your friends.</p>
      <ul>
        <li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</li>
        <li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</li>
      </ul>

      <h2>Top Itineraries</h2>
        <ol>
          <li><figure><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Colosseo"><figcaption><a href="https://www.freecodecamp.org/learn" target="_blank">Colosseo</figcaption></figure></li>
          <li><figure><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alps"><figcaption><a href="https://www.freecodecamp.org/learn" target="_blank">Alps</figcaption></figure></li>
          <li><figure><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Sea"><figcaption><a href="https://www.freecodecamp.org/learn" target="_blank">Sea</figcaption></figure></li>
        </ol>
       
      
        
      
        
    </body>
  </html>
      


Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

are you sure that here there are all the pieces needed to make the a elements?

Delete html between :slight_smile:

You forgot the closing tag of this p tag :

We will hold an exciting trip to Italy.

Here too (look the second too) :

  • Group Travels