Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I am not able to understand what is wrong with my code. I am not able to get right the task number 16, 17 and 26, I tried everything but failed. I need help in checking my code.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Travel Agency Page</title>
  <meta name="Description" content="explore are amazing plans, packages, international tours <b>in your budget</b> and get best deals in a few clicks. We will gaurantee you with the best experience at best prices." />
  </head>
  <body>
    <section>
      <h1>Explore India And Their Culture</h1>
      <p>Travelling everywhere is fun and exiting but India is the only one country which has everything like beaches, landscapes, sceneries, the food, amazing bunch of people and their culture, its worth exploring. We offer you our best deals. Take a look at our top selling packages and grab it ASAP!!.<P>
      </section>
      <h2>Packages</h2>
      <p>We offer you a large range of group travelling as well as Private tours. Different deals for different packages like exploring the beautiful cities to thorough tours of hidden villages, beaches, temples, etc.<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="colossom in rome"></a>
            <figcaption>Mesmerizing colossom in rome</figcaption>
            </figure>
            <figure>
              <a href="https://www.freecodecamp.org/learn" target="_blank">
              <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="the alps"></a>
              <figcaption>Beautiful Art of Nature</figcaption>
              </figure>
              <figure>
                <a href="https://www.freecodecamp.org/learn" target="_blank">
                <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="the sea>"</a>
                <figcaption>Deep Crystal Clear Sea</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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi there and welcome to our community!

You have three typos, which are causing those three tests to fail.
Check the closing tags of your p elements. They should contain forward slashes and should be in lowercase.

Test 26 is failing because you have a syntax error in this line: