Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Help me what’s going on or missing with my codes

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="description"
 content="A travel agency website showcasing amazing destinations">
  <title> Zangie Travel Agency - Your dream Vacation Starts Here</title>
  </head>
  <body>
    <h1>Amazing Travel Destinations</h1>
    <p>Explore the World with us!</p>
    <h2>Packages</h2>
    <p>Various Packages</p>
    <ul>
      <li>Free massages</li>
      <li>Free Breakfast and Lunch</li>
    </ul>
    <ul>
      <li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
      <li><a href="https://www.freecodecamp.org/learn">Private Tours</a></li>
    </ul>
    <h2>Top Itineraries</h2>
    <ol>
     <li>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Image of a place">
      </a>
      <figcaption>History Adventure</figcaption>
    </figure>
    </li>

    
      <li>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Image of a place">
      </a>
      <figcaption>Beautiful Scenery</figcaption>
    </figure>
    </li>
    
    <li>
    <figure> 
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="image of a place">
      </a>
      <figcaption>Breathtaking sea</figcaption>
     </figure>
     </li>
     </ol>
    </body>
    </html>


      
    

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) 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

Both your list items should contain an anchor element.