Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I cant’t seem to get where im wrong in tasks 5,19,21,22,26 and 28

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8"/>
    <meta name"description" content="The best affordable travel agency in Africa.">
   <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>Visit Nigeria</h1>
    <p>From cultural tours to luxury escapes, diversity, food of rich heritage, we create travel opportunities to match your dreams and budget.</p>
    <h2>Packages</h2>
    <p>From weekend getaways to luxury escapes, our tailor-made travel packages cover everything-flights, hotels, tours, and more.
    <ul>
      <li><a href="https://www.freecodecamp.org/learn"target="_blank">Group Travels</li>
      <li><a href="https://www.freecodecamp.org/learn"target="_blank">Private Tours</li>
    </ul>
    <h2>Top Itineraries</h2>
    <figure>
      <a target="_blank"href="https://www.freecodecamp.org/learn">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"alt="colosseo"style="width:50%"></a>
      <figcaption>National Museum, Nigeria</figcaption>
    </figure>
    <figure>
      <a target="_blank"href="https://www.freecodecamp.org/learn">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="alps"style="width:50%"></a>
      <figcaption>National Park, Nigeria</figcaption>
    </figure>
    <figure>
      <a target="_blank"href="https://www.freecodecamp.org/learn">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="sea"style="width:50%"></a>
      <figcaption>National Restaurant, Nigeria</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/139.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  1. Are there any errors or messages in the console?
  2. What is the requirement of the first failing test?
  3. Check the related User Story and ensure it’s followed precisely.
  4. What line of code implements this?

If this does not help you solve the problem, please reply with answers to these questions.