Build a Travel Agency

Hello, I’m in Build a Travel Agency Page, but my page isn’t finisshing the test

It gives me these erros

17. You should have an unordered list element below your second p element.

26. Each figure element should contain a figcaption element as its second child.

And

28. Each of the a elements that are children of your figure elements should contain an image.

The others topics are ok.

This is my page.I speak portuguese.That’s why there’s parts in english and parts in Portuguese.

I already try everything and my page runs in VisualStudioCode

Packages

        <p>Pacotes para as praias do Ceará</p>

        <p>Oferecemos pacotes com excursões diárias individuais e em grupos. </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>

            </li>

            </ul>

Top Itineraries

            <figure>

              <a href="https://www.freecodecamp.org/learn" target="\_blank">

              <figcaption> Praia em Jericoacoara</figcaption>

              <img src="https://turistasdeviaje.com/wp-content/uploads/2018/01/jericoacoara-Brasil-2019.jpg" alt="Uma praia na cidade de Jericoacoara,pessoas em redes em águas claras e barracas de praia">  

             </figure>      

              <figure>

              <a href="https://www.freecodecamp.org/learn" target="\_blank">

              <figcaption> Praia de Canoa Quebrada</figcaption>

              <img src="https://www.escolhaviajar.com/wp-content/uploads/2021/08/canoa-quebrada-falesias-2.jpg" alt="Falésias e mar">

             

               </figure>



                <figure>

                <a href="https://www.freecodecamp.org/learn" target="\_blank">

                 <ficaption> Praia em Fortaleza</figcaption>

                <img src="https://ondeir360.com.br/wp-content/uploads/2023/05/melhores-praias-de-fortaleza02.jpg" alt="imagem de uma praia na cidade de Fortaleza, vista da cidade, barracas de praia e mar">                  

                 </figure>

Can you provide a link to the lab?

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Please edit your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add the backticks.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Look carefully at your a elements. Is the opening tag closed correctly? Do they all have closing tags?

Hi. Thanks for replay. This is the code that I’m having problems

          <a href="https://www.freecodecamp.org/learn" target="\\\_blank">

          <figcaption> Praia em Jericoacoara</figcaption>

          <img src="https://turistasdeviaje.com/wp-content/uploads/2018/01/jericoacoara-Brasil-2019.jpg" alt="Uma praia na cidade de Jericoacoara,pessoas em redes em águas claras e barracas de praia">  

         </figure>      

          <figure>

          <a href="https://www.freecodecamp.org/learn" target="\\\_blank">

          <figcaption> Praia de Canoa Quebrada</figcaption>

          <img src="https://www.escolhaviajar.com/wp-content/uploads/2021/08/canoa-quebrada-falesias-2.jpg" alt="Falésias e mar">

         

           </figure>

I discover my problem, but I can’t solve it

How to put a figcaption as second son of figure

Hi. Thanks for replay.

I discover my problem, but I can’t solve it

How to put a figcaption as second son of figure