Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

tests 31 and 32
i cant figure out whats wrong with my code

Your code so far

<!Doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="Brief description">
    <title>Travel Agency Name</title>
  </head>

  <body>
    <h1>Destinations</h1>
    <p>Travel opportunities</p>
    <h2>Packages</h2>
    <p>various packages</p>
    <ul>
      <li><a>Group Travels</a></li>
      <li><a>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/colosseo.jpg" alt="collosseo in rome"></a>
      <figcaption>colosseo></figcaption>
    </figure>
  </li>

  <li>
    <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></a>
      <figcaption>Hiking in the Swiss alps</figcaption>
   </figure>
  </li>
  
  <li>
    <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank">
     <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="the sea">
     </a>
      <figcaption>sea</figcaption>
   </figure>
  </li>
</ol>

</body>
</html> 

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

What does the hint or error for test 31 say?

Hi Buddy, Here can you tell us which part of your code you’re not able to pass ?

On in which part of your code do you feel stuck ?

    1. Each a element should have an href attribute with the value of https://www.freecodecamp.org/learn. Don’t forget the links in the list items.

Failed: 32. Each a element should have a target attribute with the value of _blank. Don’t forget the links in the list items.

did you remember the anchor elements in the list items?

I’m also stuck at no. 31. if your issue is resolved can you please out the mistake?

hi @maryam.azam3 please create your own topic so we can give you the focus you deserve

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.