Tell us what’s happening:
Having serious issues on 5, 26, 28 and 31 I have gone through them over and over
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name:"description">
<title>Travel Agency Page</title>
</head>
<body>
<h1>Discover your next destination</h1>
<p>Welcome to our travel agency, where we craft unforgettable journeys to breathtaking destinations, offering everything from vibrant cultural immersions to serene beach escapes and thrilling mountain expeditions. Explore our diverse range of packages designed to suit every traveler's dream!</p>
<h2>Packages</h2>
<p>Enjoy your stay with our diverse and well put packages for your stay. Enjoy romantic getaway, budget friendly, adventurous feeling and many more!</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="Colloseum"</a>
<figcaption>Colloseum</figcaption>
</figure>
<figure>
<a href:"https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alps"</a>
<figcaption>Alps</figcaption>
</figure>
<figure>
<a href:"https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Sea"</a>
<figcaption>Sea</figcaption>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page