Tell us what’s happening:
Is someone else facing an issue that that no matter how many times i run the tests it shows a new mistake , always only one , like i run the test and there is problem in step x , and if run it again without changing any code , it shows problem in step y . As far as my code i concerned i verified it with chatgpt too , if you can find anyproblem please let me know , otherwise someone please fix this
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Travel the world with us , easily and economically">
<title>Dream Destinations Travel Agency</title>
</head>
<body>
<h1>TOP TRAVEL DESTINATIONS</h1>
<p>Travel the world's most beautiful places with us , point on the map and we will arrange a travel plan for you </p>
<h2>Packages</h2>
<p>
We offer two kind of travel packages , depending upon the number of people.
</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="The roman Colosseum"></a>
<figcaption>
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="THE 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="A beautiful ocean"></a>
<figcaption>
MALDIVES OCEAN
</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/18.2 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page