Tell us what’s happening:
Hi, I need help please. Where I went wrong with Task number 2,3 and 9. Everything looks good and how it is suppose to be.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="discover unforgettable adventures-custom vacation packages">
</head>
<body>
<h1>Discover Morocco</h1>
<p>Art,folklore,food,nature,and more.Choose among our wide selectio of guided toors and excursions,and live an
unforgettable eperience exploring Morocco.</p>
<h2>Packages</h2>
<p>We provide a wide variety of travel experiences designed to suit every traveler.From day trips through Morocco's most tunning cities,to immersive journeys across hidden villages and historic towns,discover the country's most authentic and lesser-known teasures"</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="Marrakech and Imprerial Cities">
</a>
<figcaption>Marrakech and Imprerial Cities</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Atlas Mountains and Sahara Dunes">
</a>
<figcaption>Atlas Mountains and Sahara Dunes</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Coastal Getaways and Atlantic Beaches">
</a>
<figcaption>Coastal Getaways and Atlantic Beaches</figcaption>
</figure>
</body>
</hmtl>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page