Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

everything is running good. the only problem is test number 5 and 26

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
  <meta name="travel agency" content="Visiting Italy"/>
    <meta charset="UTF-8">
  <title> TRAVEL AGENCY PAGE</title>
  </head>
  <body>
    <section>
    <h1> BEAUTY OF ITALY</h1>
    <p> <em>Art, folklore, food, nature,and more. Choose among our wide selection of guided tours and excursions, and live and unforgettable experience exploring Italy.</em></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 citis, to thorough tours of hidden villages and medieval towns to discover Italy's lesser - know 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="Colloseo"></figure></a>
        <figcaption> <em>Rome and Center Italy</em></figcaption>

        <figure><a href="https://www.freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Nature and National Parks"></figure></a>
        <figcaption> <em>Nature and National Parks</em></figcaption>
        <figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt=" South Italy and Islands"></figure></a>
          <figcaption> <em>South Italy and Islands</em></figcaption>
</section>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 OPR/122.0.0.0

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

Welcome to the forum @drei09

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

  1. You need to use a specific attribute value.
  2. Check how you are nest tags and elements.

Happy coding

Hey there, I am fairly new on here, I am not sure if this problem has been resolved and do not know about test number 26, but in regards to your step 5, your “Meta name=”Travel Agency” should have a name value of “Description” not “travel agency” Your content is correct!

Also I am just realizing now, that for your error 26, you can likely take away your emphasis prompts < em > < /em > from around your fig captions, that might clear up that error, since the instructions do not tell you to put any emphasis on your fig captions. I might be wrong, I have not quite finished this coding yet I am slowly doing it and my C# right now, hope some of my comments help!

I have successfully completed this one, I think my comments are correct and hope they help! I was able to get a bit of help off of looking at your Code as well so thank you!