Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m stuck on test 17 for the Travel Agency Page lab. It says I need an unordered list element below my second

element… but I do? Please let me know if I’m missing something!

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta name="description" content="Help with travel plans">
  </head>
  <body>
    <h1>Help us help you get to your next destination!</h1>
      <p>Whether it's the Maldieves, a town 2 miles over, or the moon, our team will help you get there!</p>
    <h2>Packages</h2>
      <p>We have various packages available for our cusomters ranging from $99 to $999. The packages include different services and bookings for our customers. The higher the purchase, the more fun you'll have!<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://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The colosseo"></a>
        <figcaption>The colosseo</figcaption>
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The alps"></a>
        <figcaption>The alps</figcaption>
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The sea"></a>
        <figcaption>The sea</figcaption>
      </figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) 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 carefully at this p element. Something is missing.

Facepalming myself right now… thank you!

1 Like