Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

says problem with href in step 35 but i cant find it pls help

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset=utf-8>
  <meta name="description" content="travel agency">
  <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>India</h1>
    <p>a para</p>
    <h2>Packages</h2>
    <p>explaining different packages</p>
    <ul><li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</li></a>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</li></a> </ul>
    <h2>Top Itineraries</h2>
    <figure>
      <a href="https://freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="pic1"></a>
      <figcaption>pic1cap</figcaption>
      
      </figure>

  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="pic2>"></a>
    <figcaption>pic2cap</figcaption>

    </figure>
   <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="pic3"></a>
    <figcaption>pic3cap</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/151.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

Welcome to the forum @lunarmist969,

It looks like this URL is does not match the URL in the instructions.

You also have a correction to make here.

Happy coding