Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i don’t see why my #32 is not checking as i have put _blank in every a tag i see

Your code so far

<!DOCTYPE html>
  <html lang="en">
    <head>
      <title>Blue travel agency</title>
      <meta charset="UTF-8">
      <meta name="description" content="A travel agency page for beginers ">
    </head>
    <body>
      <h1>Discover India</h1>
      <p>Discover India, a vibrant land where ancient traditions, diverse cultures, and breathtaking landscapes create an endless, unforgettable journey of soulful exploration.</p>
      <h2>Packages</h2>
      <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover India's lesser-known sides.</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>
      <figure>
        <a href="https://www.freecodecamp.org/learn" tagret="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="black" target="_blank"></a>
        <figcaption>Collesium</figcaption>      
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn"   tagret="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="blue" target="_blank"></a>
        <figcaption>mountain</figcaption>
        
        
      </figure>

      <figure>
        <a href="https://www.freecodecamp.org/learn" tagret="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="yellow" target="_blank"></a>
        <figcaption>Beach</figcaption>
        
        
      </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/148.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

hello @gulshan welcome to the forum!

please recheck target spelling. there are other a tags with the same mistake in your code, please fix them.

thanks. i will try not to do these silly mistakes again :downcast_face_with_sweat: