Tell us what’s happening:
I need some help with my code, i cant move on because it says that i made a mistake on the step 31, please help me to check it out and tell me if you see something wrong
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="El mejor sitio web para viajes">
<title>Travel Agency Page</title>
</head>
<body>
<main>
<h1>Destinos posibles</h1>
<p>México, Canadá, USA</p>
<h2>Packages</h2>
<p>Viaje por Cancún, trip por Ohio, paseo en Nueva York y más</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>
<!-- Secciones del sitio -->
<h3 id="GroupTravels">Group-Travels</h3>
<p>Cancún u Ohio</p>
<h3 id="PrivateTours">Private-Tours</h3>
<p>Nueva York</p>
<figure>
<a href="https//:www.freecodecamp.org.learn" target="_blank">
<img src="https://www.philanthropyohio.org/sites/default/files/styles/width_100_tablet/public/2024-09/columbus%20downtown%20skyline%20iStock-1169151392%20cropped%20for%20homepage.jpg?itok=Vc6TsMRX" alt="Edificios" width="400">
</a>
<figcaption>Viaje a Ohio</figcaption>
</figure>
<figure>
<a href="https//:www.freecodecamp.org.learn" target="_blank">
<img src="https://content.r9cdn.net/rimg/dimg/f2/b1/89e06bf7-city-34713-16ed2f2c7f1.jpg?width=1366&height=768&xhint=1735&yhint=2084&crop=true" alt="playas de cancun" width="400">
</a>
<figcaption>Playas de Cancún</figcaption>
</figure>
<figure>
<a href="https//:www.freecodecamp.org.learn" target="_blank">
<img src="https://i0.wp.com/gentleman.com.mx/wp-content/uploads/2024/10/new-york.jpeg?fit=2400%2C1600&ssl=1" alt="edificios" width="400">
</a>
<figcaption>New York</figcaption>
</figure>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page