Build a Travel Agency Page - 26,28,32

Tell us what’s happening:

can anyone help me find what i missed for 26,28 and 32? the lines might be quite messy now since i tried a lot of times to get it right

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="description"
content="short description of my wesbite lol"/>
<meta charset="UTF-8"/> 
<title> titel! </title>
</head>
<body>
<h1> ontdek Amsterdam </h1> 
<p> babaabbabbababbabb </p>
<h2> Packages</h2>
<p> we bieden ababbbbaba </p>
<ul>
  <li> <a href="https://www.freecodecamp.org/learn"> Group Travels</a>
  <li> <a href="https://www.freecodecamp.org/learn"> Private Tours</a>
  </ul>
  <h2> Top Itineraries </h2>






  <figure>
   <a href="https://www.freecodecamp.org/learn" target="_blank">
   <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosaalcolosi."</a> <figcaption> leeeip. </figcaption> </figure> 

   <figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="bergpas ."> <figcaption> leeeip. </figcaption> </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="azee"> <figcaption> caption 3. </figcaption> </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/149.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Misterowl7NL,

You can format your code in the fCC editor by right-clicking and selecting “Format Document”.

Please check all of your a elements nested inside the figure elements. Are they closed correctly? Do your img elements all have closing brackets? Do you have target attributes inside all of your a elements, including those nested inside the li elements?

Happy coding

For 26 you need to make a caption (figcaption). if you go to the example project you can see there’s a caption there. that might help with the other two as well through the domino effect