Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Having issue with. 20. The anchor. element of your first list item should wrap the text “Group travels”

Please help.

Your code so far

<!DOCTYPE Html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="The Leading travel guide for Vegas">
      <title>Travel Agency Page</title>
      </head>
      <h1>Discover Vegas</h1>
      <body>
    <p>What happens. in vegas, stays in. vegas! Gambling,  shows, clubs, and fine dining are a few of the great things to do in Vegas!</p>
      <h2>Packages</h2>
      <p>We have a variety of different packages available.</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">Group travels<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="the colosseo"></a>
  <figcaption>The Colosseo</figcaption>
  </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">Private tours<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The Alps"></a>
    <figcaption>The Alps</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">Group travels<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The Sea"></a>
      <figcaption>The Sea</figcaption>
      </body>
      </html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

HI @brazleypat !

Welcome to the forum!

You need to use the exact text with correct casing. Your issue is with the second word.
Once you fix that, then it passes.

hope that helps

Wow that small mistake kept me up for hours lol.

Thanks i really appreciate it!