Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

having issues passing part 8 title element and part 31 and 32 anchor elements

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="travel agency website"
    <title>Dees Travel Agency Page</title>
  </head>
  <body>
    <h1>Travel Destinations</h1>
    <p>Travel to Vic Falls, Kariba, Chinhoyi and many more</p>
    <h2>Packages</h2>
    <p>Packages offered include boot rides, hiking bunjee jumbing etc</p>
    <ul>
      <li><a href="">Group Travels</a></li>
      <li><a href="">Private Tours</a></li>
    </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="ksbfr">
      </a>
      <figcaption>Rome Buildings</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="site"></a>
      <figcaption>Mountains View</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="site"></a>
      <figcaption>View of the Ocean</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/143.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Sometimes it is the element before the one called out by the tests that has the issue. Check your meta tag. Something missing?

You forgot the list items. :smirking_face: