Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i dont get it can anyone help me i cant pass #17

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="description" content="Come and find out our best Travel Agency, easy to travel around the world with us.">
  <title>Travel Agency Page</title>
</head>
<body>
  <h1>Travelan World travel platform</h1>
  <p>Travelan Agency is dedicated to making global travel simple, memorable, and full of opportunity. We provide tailored travel experiences that go beyond just visiting destinations — our goal is to help you connect with cultures, explore new horizons, and create stories worth sharing.</p>
  <p>From breathtaking natural wonders to vibrant city escapes, our travel packages are designed for every kind of explorer. Whether you’re planning a family holiday, a solo adventure, or a business trip abroad, we make sure your journey is smooth, safe, and unforgettable.</p>
  
  <h2>Packages</h2>
  <p>Travelan Agency makes global travel simple and unforgettable </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://res.klook.com/image/upload/fl_lossy.progressive,q_60/Mobile/City/olvu6sgb3dcdjwlcpts3.jpg" width="200" alt="Clean and fresh environment">
    </a>
    <figcaption>Group Travels</figcaption>
  </figure>

  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://res.klook.com/image/upload/w_1265,h_785,c_fill,q_85/w_80,x_15,y_15,g_south_west,l_Klook_water_br_trans_yhcmh3/activities/ytytzxvnaw18unwmtyht.webp" width="200" alt="Kecak Dance Ticket in Bali">
    </a>
    <figcaption>Private Tours</figcaption>
  </figure>

  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://marleneonthemove.com/wp-content/uploads/2019/08/Praias-Bali-Baeches-1015x677.jpg" width="200" alt="Surfing in Kuta Bali">
    </a>
    <figcaption>Private Tours</figcaption>
  </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/140.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  1. Are there any errors or messages in the console?
  2. What is the requirement of the first failing test?
  3. Check the related User Story and ensure it’s followed precisely.
  4. What line of code implements this?

If this does not help you solve the problem, please reply with answers to these questions.