Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t find what mistake i made in 31 about the a element. I checked but still no clue, can anyone please help me?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Pace</title>
    <meta name="description" content="The right travel agency to enjoy world best vacation places">
    </head>
    <body>
      <h1>TB Travel Agency</h1>
      <p>Open your eyes with the beauty that all City offers</p>
      <h2>Packages</h2>
      <p>The right choices to travel is with us</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.jpg" alt="Colosseum"></a>
          <figcaption>Colosseum</figcaption>
          </figure>
          <figure>
            <a href="https:www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alps Mountain"></a>
            <figcaption>Alps Mountain</figcaption>
            </figure>
            <figure>
              <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Sea"></a>
              <figcaption>Sea</figcation>
              </figure>
              </body>
              </html>
          

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Look carefully at this value for href.

You also have an issue here.