Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Help with stage 8 I’ve tried everything it wants a travel agency name but I was given one already which is Travel Agency Page

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="description"content="Catch an amazing experience with us!"
    <title>Travel Agency Page</title>
</head>
<body>
      <h1>Travel Destinations</h1>
      <p>Explore the world in an affordable agreement</p>
      <h2>Packages</h2>
      <p>Get various packages and plans</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 src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jp"alt="photo of a colosseum"></a>
        <figcaption>Captivating view</figcaption>
     </figure>
     <figure>
        <a href="https://www.freecodecamp.org/learn"target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="photo of an alp"></a>
        <figcaption>Reaching the summits</figcaption>
     </figure>
     <figure>
        <a href="https://www.freecodecamp.org/learn"target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="photo of a yatch"></a>
        <figcaption>Refreshing air</figcaption>
     </figure>
     </body>
    </html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

when a line seems correct but the tests are not accepting it, check above it. Do you see something missing from the line above it?

Thank u so much I’ve got it i missed a “>” sign above my title line