Tell us what’s happening:
Step 18 and 19 come out as wrong no matter what i do i tried to copy paste chat gpt’s code to see if it would come out as correct but even that didn’t work the current one is my code after i asked chat gpt what is wrong with it
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travel Agency</title>
<meta charset="utf-8" content="Travel Agency Page" property="og:title">
<meta name="description" content="At our Travel Agency, we turn your travel dreams into reality. Whether you're looking for a relaxing beach getaway, an adventurous trek, or a cultural city tour, we offer tailor-made experiences to suit your style. ">
</head>
<body>
<h1>Destinations</h1>
<p>Travel Oppurtunities</p>
<ul>
<li>Rome</li>
<li>Paris</li>
<li>New York</li>
<li>Sofia</li>
</ul>
<h2>Packages</h2>
<p>Choose from our expertly crafted travel packages to make your journey seamless and enjoyable</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="colesium"> <figcaption>The colosseo</figcaption> </a></figure>
<figure> <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alr="alps"><figcaption>The alps</figcaption></a></figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The Bahamas"><figcaption>The Bahamas</figcaption></a></figure>
<section>
<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/132.0.0.0 Safari/537.36 OPR/117.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page