Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

31, 31 errors, my “Discover india” isn’t working :frowning:
please help.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>TravelAgencyPage</title>
    <meta charset="utf-8">
    <meta name="description" content="Very good imformation about India">
  </head>
  <body>
    <h1>Discover INDIA</h1>
    <p>India, stereotypically a country that isn't a place for vacation lies undiscovered gems.  luckily for you, you are on this website.</p>
    <h2>Packages</h2>
    <p>"Very very good, very very cheap"</p>
    <ul>
      <li> <a href="">Group Travels</a></li>
      <li> <a href="">Private Tours</a></li>
    </ul>

    <h2>Top Itineraries</h2>
    <ul>
      <li>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Not Taj Mahal"></a>
        <figcaption>Taj Mahal</figcaption>
      </figure>
      <li>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="not Amber Palace"></a>
        <figcaption>Amber Palace</figcaption>
      </figure>
      <li>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Not Gateway of India Mumbai"></a>
        <figcaption>Gateway of India Mumbai</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/139.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

Hi @rannyrolman

Focusing on one test at at time:

  • Do all the href attributes contain a value?

Happy coding

Ohhhhh thank you mister, my hero that saved my day!!!<3

1 Like