Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m stuck on challenges 5,26,31 and 32. I feel I have done everything so I’m at a bit of a stand still, any help would be appreciated.

Your code so far

<!DOCTYPE html>
  <html lang="en">
<head>
  <meta charset="utf-8"/> 
  <meta name="descriptin" content="a concise summary of this page"/>

  <title>Travel Agency</title>
</head>
<body>
  <h1>Discover Italy</h1>
  <p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.</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 Italy'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" target="_blank">
    <Img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Roman Collasseum">
    </a>
  <figcaption>Rome and center italy</figcaption>
  </figure>

  <figure>
   <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="National park">
  </a>
  <figcaption>Nature and National Parks</figcaption>
  </figure>

  <figure>
  <a href="https://www.freecodecamp.org/learn" tagret="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Boat in water">
  </a>
  <ficaption>South Italy and Islands</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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

  1. One meta element should have a name attribute with value of description and a non-empty content attribute.

Which code do you think matches this test requirements?

Hi @muza7 and welcome to our community!

You have just a handful of single character typos which you need to correct to pass all tests.

If you can’t find them manually, by referring to the failing tests and checking the corresponding elements, you could run your code through an HTML Validator to check for errors.

the second meta code

are you sure it matches? double check for typos

You should run your code through the validator as suggested by @igorgetmeabrain. There are several typos in your code. It will not catch everything, but it catches a lot.

thankyou everyone for your feedback, I have corrected the typos , ran it through the validator (very helpful) and the world is no longer ending. :slightly_smiling_face:

1 Like