Tell us what’s happening:
i have tried many times and cant find error have checked multiple forums and triple checked code , please help .
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Agency Page </title>
<meta name="description" content="The best travel agency in the world ">
</head>
<body>
<h1> Donnys Travel Agency</h1>
<p> Dreams of Spain ,Italy,France or maybe the Americas. Well you found the right place.</P>
<h2> Packages </h2>
<p> we have a wide range of options for all types of travlers including plans for first timers , couples , private tours and many more . </p>
<ul>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travel</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="colosseo">
</a>
<figcaption> - The colosseo. </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> - The 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> - South italy and Islands. </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/133.0.0.0 Safari/537.36 OPR/118.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page