Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

been on this for hrs now cant seem to finsih can someone help mi out wat i missed?

Your code so far

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8">
  <meta name="description" content="Plan your dream vacation with our travel agency.Explore destinations, book packages and get experst advice.">
  <title>Travel Agency Page</title>
 </head>
  <body>
   <h1>Explore the world with our travel opportunities.</h1>
   <p>Discover new destinations, experience different cultures and create lifelong memories with our carefully curated travel opportunities. From relaxing beach getaways to thrilling adventure tours, we have something for every kind of travel.</p>
   <h2>Packages.</h2>
   <ul>
     <li><a href="https://www.freecodecamp.org/learn">Group Travels</a></li>
     <li><a href="https:www.freecodecamp.org/learn">Private Tours</a></li>
   </ul>
   <h2>Top Itineraries</h2>
   <ul>
     <li><a href="https:www.freecodecamp.org/learn">Colosseum in Rome.</a></li>
     <Figure>
       <a href="rome.html">
         <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"alt="Colosseum in Rome"></a>
     <figcaption>Ancient Rome Adventure</figcation>
     </figure>
  </ul>
  <ul>
     <li><a href="https:www.freecodecamp.org/learn">Beach in Bali</a></li>
   </ul>
   <figure>
     <a href="Bali.html">
       <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt=""></a>
     <figcaption>Beautiful Beach in Bali</figcaption>
    </figure>
   </ul>
   <ul>
     <li><a href="htpps:www.freecodecamp.org/learn">Eiffel Tower in Paris</a></li>
    <figure>
      <a href="Eiffel Tower.html">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="Eiffel Tower in Paris"></a>
    <figcaption>Thou art masterpiece of the world</figcaption>
  </ul>

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

look at the failing tests one by one

  1. You should have an html element with lang set to en .

you have the lang attribute, but do you have all the pieces that make an html element?