Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i cant seem to find my way around step 31 and 32. any one who is willing to help me?

Your code so far

<!DOCTYPE html>
  <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Junior Travel agency</title>
      <meta name="description" content="website" />
      </head>
      <body>
        <h1>Bahamas</h1>
        <p>Plethora of opportunities for adventure, relaxation, and cultural immersion</p>
        <h2>Packages</h2>
        <p>Dive into the ocean, enjoy a luxury resort stay, or participate in local festivals</p>
        <ul>
          <li><a href="ocean diving">Group Travels</a></li>
          <li><a href="surfing">Private Tours</a></li>
          </ul>
          <h2>Top Itineraries</h2>
          <ol>
            <li>
         <figure>
            <a href="href=https://www.freecodecamp.org/curriculum/labs/surfers.jpg"target="_blank">
            <img src="surfing boat.jpg" alt="Surfing boat in the bahamas" href="https://www.freecodecamp.org/learn"target="_blank"></img>
            </a>
            <figcaption>A beatiful surfing boat.</figcaption>
            </figure>
            </li>
            <li> 
           <figure>
            <a href="https://www.freecodecamp.org/curriculum/labs/divers.jpg"target="_blank">
            <img src="ocean divers.jpg" alt="Ocean divers in the bahamas" href="https://www.freecodecamp.org/learn"target="_blank"></img>
            </a>
            <figcaption>Athletic ocean divers.</figcaption>
            </figure>
            </li>
            <li>
            <figure>
            <a href="https://www.freecodecamp.org/curriculum/labs/weddings.jpg"target="_blank">
            <img src="Nassau weddings.jpg" alt="Nassau weddings in the bahamas" href="https://www.freecodecamp.org/learn"target="_blank"></img>
            </a>
            <figcaption>Nassau community wedding ritual.</figcaption>
            </figure>
            </li>
          </ol>
        </body>
      </html>

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

What do Tests #31 and #32 say about your code?

  • Failed31 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.

  • Failed:32. Each a element should have a target attribute with the value of _blank. Don’t forget the links in the list items.

And what is the last sentence in each of those test descriptions?

Don’t forget the links in the list items.

did you check the links in the list items?

  • 31. 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.

For 31. Add the given URL link https://www.freecodecamp.org/learn to the five links from the list to the figcaption link

  1. Add target=”_blank” to all five links

Your Errors

img does not have a closing tag (

img should not have a link i.e(href and blank) inside of it