Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Hello, Everyone, so I’ve everything like I was told on this project but they’re telling me that the anchor element of my second list should wrap the text “Private tours” and I’ve done it clearly and I don’t understand where is the problem now

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta name="Description" content="Find the beatiful country Rwanda and its beautiful nature like tress, forest, lakes, rivers,mountains and hills">
  </head>
  <body>
    <h1>Discover Kigali city</h1>
    <p>Kigali city is the capital city of Rwanda and one of the cleanest and beautiful cities in African countries</p>
    <h2>Packages</h2>
    <p>this part of packages we'll take the tour part where we'll travel in many part across the city in groups and private tours</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>
    <figure><a href="https://www.freecodecamp.org/learn" target="_blank">
      <img alt="one of the ancient houses" src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg">
    </a>
    <figcaption>One of the houses</figcaption></figure>
    <figure><a href="https://www.freecodecamp.org/learn" target="_blank">
      <img alt="Our hills and mountains" src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg">
    </a>
    <figcaption>Our hills and mountains</figcaption></figure>
    <figure><a href="https://www.freecodecamp.org/learn" target="_blank">
      <img alt="The oceans" src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg">
    </a>
    <figcaption>The oceans</figcaption></figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

  1. The anchor element of your second list item should wrap the text Private Tours .

You have Private tours, do you see the difference?