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>

