Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

why is my 16) and 17) wrong. i dont understand!!! i have a p element with all the package details and i also have the unordered list and list items as well. so what is the problem here?? anyone help me out with proper explaination and reason.thanks

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta name="description" content="the most visited travel site">
  </head>
  <body>
    <h1>Travel the world with us</h1>
    <p>Hi,we are travelglobal.we have evreything a traveller needs. a one stop destination to all your travel necessities.come visit us and we'll make your travel a life time experience.<p>
    <h2>Packages</h2>
      <p>Our packages include:-fooding, lodging, medical expenses.guided tours,hiking,from popular spots to lesser known spots and locations,and also includes fares and other fees.For group travels, the prices will be little cheaper compared to our private tours but less flexible. For our private tours, a little premium package but all the bells and whistles you can ask for.</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="a roman collosal"></a><figcaption>The collosal 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 mighty alpines"></a><figcaption>Hike on the mighty alpines</figcaption></figure>

    <figure><a href="https://www.freecodecamp.org/learn"  target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="turquoise sea"></a><figcaption>A boat ride on the blue sea</figcaption></figure>
 </body>
 </html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Look very carefully here to see if there’s any syntax errors.

hi luc, i think you’re talking about the closing tag of p and also theres a typo with the word ‘everything’. so silly of me . this is my usual problem with typing as i tend to type too fast. but the closing tag of p i did that earlier but i think i didnt notice the spelling error and then i kept changing everything within the body element which made me even more confused thinking that there might be other problem. but since u highlighted the line i could clearly see the spelling error and even the closing tag which earlier i did originally had but thinking i should try and change and give it a null tag. anyways it helped me to clear this round. but thanks lucas for your time and helping me. hope to meet here again.

1 Like