Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Hello,
I am lost on where I am going wrong here> I cant pass steps 26, 28, & 32. Help please.

Your code so far

<!DOCTYPE HTML>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="description" content="Discover Italy and popular travel tips"> <title>Ageency travl page</title>  
</head>

 <body>
  <h1>Discover Italy</h1>
  <p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.</P>
  <h2>Packages</h2>
  <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.</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">
 <figcaption>Colusem</figcaption>
  <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Picture">  
 
 </a>
</figure>
<figure>
  <a href="https://www.freecodecamp.org/learn"target="_blamk">
  <figcaption>Mountain</figcaption>
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Picture"> 
  </a>
 </figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <figcaption>Ocean</figcaption>
  <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Picture">
  </a>
    </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/142.0.0.0 Safari/537.36 Edg/142.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @dekeworrell

Why do the captions appear as links in the preview?

Happy coding

Hey, thanks for sharing your code. I took a look and think I might spot one of the issues.

One would cause problem is in line 27, it looks like there might be a small typo.

I hope you’ll pass the lab soon. Happy coding!

Hi! Carefully review the opening and closing tags in your code, especially for list items. And, as mentioned, captions shouldn’t be inside links, only images should be.