Tell us what’s happening:
This is what the console say Each a element should have a href attribute with the value of https://www.freecodecamp.org/learn.
Don’t forget the link in the list of items.
I checked and couldn’t find anything.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="this is a travel site for people that like nature">
</head>
<body>
<h1>Unexped journeys</h1>
<p>When you want something, but the universe goes against you and stresses you out, and decide to go on vacation</p>
<h2>Packages</h2>
<p>Welcome to this travel agency site</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="The Shire">
</a>
<figcaption>The Shire</figcaption>
</figure>
<figure>
<a herf="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Imladris"></a>
<figcaption>frosty foggy mountains</figcaption>
</figure>
<figure>
<a herf="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The Misty Mountains"></a>
<figcaption>The weird orcean s</figcaption>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page