Tell us what’s happening:
Hola ,me ayudan? me dice que tengo un error en el enlace de anclaje de la lista desordenada ,pero no lo encuentro.gracias!
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