Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

My head is about to explode!! I cant figure out why i cant pass 32

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description" content="explore amazing travel destinations and packages.">
    <title> Travel Agency Page</title>
</head>
<body>
<h1>Explore our travel destiantions</h1>
<p>We offer amazing packages and experiences</p>
<h2>Packages</h2>
<p>Choose the package that best fits your budget</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>
<h2>Top Itineraries</h2>
<ol>

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

  <figure>
    <a href="https://www.freecodecamp.org/learn"target=_"blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="destination2" href="https://www.freecodecamp.org/learn"target=:"_blank"></img>
  </a>
<figcaption>the mountains</figcaption>
</figure>


<figure>
<a href="https://www.freecodecamp.org/learn"target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="destination3"href="https://www.freecodecamp.org/learn"target="_blank"></img>
</a>
<figcaption>the beach</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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Typo:

target=_"blank">


you opened an ordered list tag but didn’t close it! when it wasn’t needed there

cant believe i missed that… thank you

1 Like

i didn’t catch that. thank you

1 Like

always happy to help :slightly_smiling_face: