Tell us what’s happening:
I’m having an issue with Number 31. I can’t figure out what my error is.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Ageny Page</title>
<meta name="description" content="We are a travel agency whose sole focus is to give you the best deals to the best places at the lowest prices.">
</head>
<body>
<h1>Travel Destinations</h1>
<p>Welcome to Gilly's Gorgeous Travel Group. Here we like to say that our sole focus is to give you the best deals to the best places at the lowest prices. We put our name on the line to ensure your satisfaction.</p>
<h2>Packages</h2>
<p>Here at GGTG we offer two different packages that just get better with each level. Our Group Travels package offers the perfect getaways with friends. While our Private Tours offer the perfect getaway from it all.</p>
<ul>
<li><a href="https://freecodecamp.org/learn" target="_blank">Group Travels</a></li>
<li><a href="https://freecodecamp.org/learn" target="_blank">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The Roman Colosseum"></a>
<figcaption>The Mighty Colosseum in Rome</figcaption>
</figure>
<figure>
<a href="https://freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="German Alps">
</a>
<figcaption>The Towering German Swiss Alps</figcaption>
</figure>
<figure>
<a href="https://freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The Maldives"></a>
<figcaption>The Mellowing Maldives</figcaption>
</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/17.6 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page