Tell us what’s happening:
Hey codemmunity, I seem to be stuck on 20, 21, 31 and 32.
I rectified previous errors which resulted in 31 and 32 being ticked off to becoming crossed out.
Help please, where am I going wrong?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="description" content="Travel Packages">
<title>Epic Adventures with Vicania Travels Ltd.</title>
</head>
<body>
<h1> Marvel in the Mediterranean </h1>
<p> Imagine exploring history in real time, with one of the leading locals who was born and raised in Rome. </p>
<h2> Packages </h2>
<p> We have packages that can accomodate families or groups of five+ or if you're feeling adventurous, we can whip up an itenerary customised to suit your needs and wants. </p>
<ul>
<a href=""><li> Group travels start from $5000 per person. This includes flights, accomodation, complimentary breakfasts and dinners for 7 days and 6 nights.</a></li>
<a href=""><li> Private tours start from $3500 per person, this includes flights,accomodation and complimentary breakfasts and dinners, for 7 days and 6 nights.</a></li>
</ul>
<a href="https://www.freecodecamp.org/learn" target="_blank"> Group Travels </a>
<ul>
<a href="https://www.freecodecamp.org/learn"><li> Guided tour of the Coloseum along with some mind-blowing historical facts.</a></li>
<a href="https://www.freecodecamp.org/learn"><li> Sail along the waterfront of Rome on the Mediterranean, while sipping on your choice of beverage with the amazing bonus view of watching the sun set in the horizon.</a></li>
</ul>
<a href="https://www.freecodecamp.org/learn" target="_blank"> Private Tours </a>
<ul>
<a href="https://www.freecodecamp.org/learn"><li> An intimate one on one guide to show you around the coloseum.</a></li>
<a href="https://www.freecodecamp.org/learn"><li> Learn about the local cuisines, then try your hand with making a traditional lunch with one of our private chefs.</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo"></a>
<figcaption> Ancient ruins of the Colosseum </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> Snow covered mountain 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> Alluring azure seas </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/134.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page