Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Hi everyone! I’m currently stuck on step 21 and am quite unsure of what’s wrong here. The test runs are showing that private tours isn’t wrapped, although group tours is. The syntax are the same for both so i’m a little unsure of what i’m doing wrong. Any help would be much appreciated! Thank you for taking the time!

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description" content="Traveling is now more exciting than ever before.">
  <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>Our travel destinations for summer 2025</h1>
    <p>A summary of all our destinations and packages.</p>
    <h2>Packages</h2>
    <p>Our travel packages are:
      <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>
    </p>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi.
Confirm the casing.

oh my goodness, thank you! I was staring myself blind!