Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I don’t understand why it doesn’t count points 2 and 3.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta name="description" content="Explore exciting travel destinations and packages with our Travel Agency.">
  <title>Travel Agency Page</title>
</head>
  <body>
    <h1>Explore Our Travel Opportunities</h1>
    <p>Discover amazing destinations and tailor-made travel packages designed just for you.</p>
    <h2>Packages</h2>
     <p>Choose from our diverse range of travel packages to suit your style and preferences.</p>
     <ul>
       <li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a>
       <li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a>
     </ul>
    <h2>Top Itineraries</h2>
    <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
       <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Snowy Alps Mountains" /></a>
       <figcaption>Tour on the Alps
    </figure>
     <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
       <img src="https://cdn.freecodecamp.org/curriculum/labs/sea" alt="Tour on the Beach" /></a>
       <figcaption>The beautifull sea
    </figure>
 <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
       <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo" alt="The Colosseo" /></a>
       <figcaption>Collosseo
    </figure>


  </body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 YaBrowser/25.6.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hello @Rasim !

Welcome to FCC Forum and Community!

One thing I noticed is some of the closing tags may be missing which could be causing the problem.

Here is a way to verify your code. It can help find the errors.

I use it for my own projects, too.

Wishing you good progress on your coding journey. :slightly_smiling_face:

Are all of your HTML elements complete with both an opening and closing tag?