Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

hola.me sale un error en el paso 31 ,del enlace de anclaje..no lo encuentro.
31. Cada aelemento debe tener un hrefatributo con el valor https://www.freecodecamp.org/learn. No olvides los enlaces en los elementos de la lista.

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 best trips for your vacation,at a low cost and all at your service"/>
  </head>
  <body>
    <main>
      <h1>Travel Destinations</h1>
      <p>Travel Opportunities</p>
        <h2>Packages</h2>
        <p>Travel Packages</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="A nice old building" src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"></a>
          <figcaption>Egipt</figcaption>
        </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank"><img alt="Rocks and mountains in the desert" src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"></a>
          <figcaption>Desert the Irak</figcaption>
        </figure>
        <figure> 
          <a href="https://www.freecodecamp.org/learn" target="_blank"><img alt="Transparent and azure Atlantic Sea" src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"></a>
          <figcaption>Atlantic Sea</figcaption>
        </figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi there :waving_hand:
You’ve used : instead of = in your <a> tag.
This small fix will make your link work properly