Travel agency page, having issues with it

Hello everybody, hope you are doing well, i am currently having troubles with steps 19, 22, 25, 26, 31 & 32 of this exercise, i put my code so you can tell me if i am doing anything wrong, so i can fix it, i’ll really appreciate your help



<html lang="en">
  <head>
    <meta name="description" content="Free Web tutorials">
    <meta>
    <charset="UTF-8"</>
    </meta>
    <title>Super Travel Agency</title>
    </head>
    <body>
      <h1>
        Explore the universe with Us
      </h1>
      <p>
          Welcome to the Universe! Discover the universe: Learn about the history of the cosmos, what it's made of, and so much more while traveling through it.
        </p>
        <h2>
         Packages
         </h2> 
<p> Travel to red fields of Mars, or fly towards Jupiter with us, our travel agency strives to reach the limits of the universe.</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></>
</ul>
<h2>Top Itineraries</h2>
<figure>
  <img <a href="https://www.freecodecamp.org/learn" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Jupiter_OPAL_2024.png/330px-Jupiter_OPAL_2024.png"
    alt="Cloudy, but Jupiter's weather is good this time of the year" target="_blank" ><a> />
  <figcaption>Cloudy, but Jupiter's weather is good this time of the year</figcaption>
</figure>
<figure>
  <img<a href="https://www.freecodecamp.org/learn" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Mars_-_August_30_2021_-_Flickr_-_Kevin_M._Gill.png/250px-Mars_-_August_30_2021_-_Flickr_-_Kevin_M._Gill.png" alt="Many people believe it, but actually, Mars, is not made of tomate sauce" target="_blank"><a> />
  <figcaption>Many people believe it, but actually, Mars, is not made of tomate sauce</figcaption>
</figure>
<figure>
  <img<a href="https://www.freecodecamp.org/learn" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Saturn_during_Equinox.jpg/330px-Saturn_during_Equinox.jpg" alt="We have said it many times, no, you cannot walk on the rings" target="_blank"><a> />
  <figcaption>We have said it many times, no, you cannot walk on the rings</figcaption>
</figure>
    </body>
  </html>

please post a link to the exercise you are referring to

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  1. Are there any errors or messages in the console?
  2. What is the requirement of the first failing test?
  3. Check the related User Story and ensure it’s followed precisely.
  4. What line of code implements this?

If this does not help you solve the problem, please reply with answers to these questions.

1 Like

Hello and welcome to FCC Forum and Community @jdqldcc !

You are doing very good.

Here is a validator that can help find errors in our code. I use it for my own code to make sure it is clear.

As well, I think some of the anchor element closing tags are not correct and are out of place, it appears.
Closing tags should appear ``</p>``` with the slash in them.

Keep up the good progress.:slightly_smiling_face:

1 Like

i will, thanks for the feedback

1 Like

Lots of thanks, i will try it out

1 Like

You are very welcome.

Keep up the good progress @jdqldcc ! :slightly_smiling_face: