Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m having trouble with Step-32 even though I have the target attribute. Can someone help me, please?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Shiro's Travel Agency</title>
    <meta charset="UTF-8">
    <meta name="Description" content="Let's go to Japan!!">
  </head>
  <body>
    <h1>Let's go to Japan!!</h1>
    <p>If you had guessed that Japan is my favorite country in the world based on the sheer number of articles I’ve written about Japan on this blog… well, you’d be correct.</p>
    <h2>Packages</h2>
    <p>Finally, I had the chance to visit Japan for the first time in 2014. I went to Tokyo and fell madly in love with the country. Since then, I have been going back to Japan every year – sometimes even more than once a year. Throughout the years, I’ve naturally learned a thing or two about traveling in Japan, and I wanted to share the knowledge with you in this post!</p>
    <ul>
      <li><a href="https://www.freecodecamp.org/learn">Group Travels</a></li>
      <li><a href="https://www.freecodecamp.org/learn">Private Tours</a></li>
    </ul>
    <h2>Top Itineraries</h2>
            <figure>
              <a href="https://www.freecodecamp.org/learn" target="_blank">
                <img src="https://girleatworld.net/wp-content/uploads/2024/08/shinkansen-journey-8.jpg" alt="Fuji Yama">
              </a>
              <figcaption>
                Fuji Yama
              </figcaption>
            </figure>

            <figure>
              <a href="https://www.freecodecamp.org/learn" target="_blank">
                <img src="https://girleatworld.net/wp-content/uploads/2024/08/shinkansen-journey-8.jpg" alt="Fuji Yama">
              </a>
              <figcaption>
                Fuji Yama
              </figcaption>
            </figure>

            <figure>
              <a href="https://www.freecodecamp.org/learn" target="_blank">
                <img src="https://girleatworld.net/wp-content/uploads/2024/08/shinkansen-journey-8.jpg" alt="Fuji Yama">
              </a>
              <figcaption>
                Fuji Yama
              </figcaption>
            </figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi and welcome to the forum!
Make sure all the a elements have the target attribute.
Good luck!