Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m getting an error on Travel Agency Page - Test 31&32

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Travel Agency Page</title>
    <meta name="description" content="Discover exciting travel opportunities, packages and top itineraries with our travel agency.">
</head>
<body>
  <h1>Explore our travel Destinations</h1> 
  <p>We offer a wide range of travel packages to suit every need and budgets</p>
<h2>Packages</h2>
<p>Choose from our exclusive travel packages designed for unforgettable experiences.</p>
  <ul>
    <li> 
        <a href="#">Group Travels</a>
    </li>
    <li>
        <a href="#">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="Travel Image" width="600" />  
    </a>
    <figcaption>Travel Image.</figcaption>
    </figure>
    <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"> 
            <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Mountain View" width="600" />
        </a>
        <figcaption>Mountain View.</figcaption>
    </figure>
    <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"> 
            <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Beach View" width="600" />
        </a>
        <figcaption>Beach View.</figcaption>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

tests 31 and 32 says

Don’t forget the links in the list items.

please check your code again.

    1. Each a element should have an href attribute with the value of https://www.freecodecamp.org/learn. Don't forget the links in the list items.
  • Waiting:32. Each a element should have a target attribute with the value of _blank. Don't forget the links in the list items.

It looks like you forgot the list items.

Oh God. Really?

How did I skip that?:smiling_face_with_tear: Thank you

:slightly_smiling_face: For some reason, that bit gets overlooked a lot. Maybe if the text said, “Don’t forget the links in your unordered list”? Do you think that would be clearer?

1 Like