Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i am lost i dont know what to do again am so confused here please help me

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="tour guide">
 <title>De Peak Travel agency</title> 
 <body>
   <h1>WELCOME TO CARLIFORNIA</h1>
   <p> we offer you the best travel opportunities to any country of your choice</p>
   <h2>PACKAGES</h2>
   <p> There are two different packages.The first is the GOLD Package:this package offers limited travel and limited sight seeing and the second package is the PREMIUM Package this beautiful package offers you unlimited travel and unlimited sightseeing </p>
   <ul>
     <li><a href="https://www.freecodecamp.org/learn">Group Travels</a></li>
     <li><a href="https://www.freecodecamp.org/learn">Private Tour</a></li>
     <h2>Top Itineraries</h2>
     <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
       <figcaption>Learn more</figcaption></a>
       <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="picture of colosseo"></figure>
       <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank"><figcaption>learn more here</figcaption></a>
       <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="picture of mountains">
       </figure>
       <figure>
         <a href="https://www.freecodecamp.org/learn" target="_blank"><figcaption> see more</figcaption>
         <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="picture of ship on the sea">
         </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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

What tests are failing? What specific lines of code do you think meet those test requirements?