Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t get my second figcaption to register as the second element. I’ve moved it around a couple of times and they’ve never registered as the second one

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="description" content="temp" />
    <title>Eris's guide to world travel</title>
    </head>
    <body>
      <h1>Traveling Japan</h1>
      <p>Getting a travel plan to Japan set up can be hard. There is a vast amount of conflicting information online about the do's and don'ts of being in Japan. Using this guide, you'll be able to check out every tourist spot and be respectful while doing it.</p>
      <h2>Packages</h2>
      <p>Various Packages</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://d1s09xku4jkn9v.cloudfront.net/uploads/2017/08/shutterstock_518744548.jpg" alt="Osaka Castle"
         <figcaption>Osaka Castle</figcaption>
         </figure>
         <figure>
         <a href= "https://www.freecodecamp.org/learn" target=_blank>
         <figcaption>The Streets of Akiharbara</figcaption>
         <img src= "https://tourscanner.com/blog/wp-content/uploads/2022/08/Akihabara-district-Tokyo.jpg" alt="The Streets of Akiharbara" />
         </figure>
         <figure>
           <a href= "https://www.freecodecamp.org/learn" target=_blank>
           <figcaption>The Thousand Tori Gates of Kyoto</figcaption>
         <img src="https://theplanetd.com/images/places-to-visit-in-kyoto-featured-image.jpg" alt="The Thousand Tori Gates of Kyoto" />
         </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/135.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi @Lumious2004

First you need to fixup the syxtax.
Check all the attributes are correctly structured.
Please post the updated code after you have done that.

Happy coding

where does the a element ends?