Tell us what’s happening:
- Both your list items should contain an anchor element.
I’ve tried all the methods and still get this error.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Travel agency – the best tours and vacation packages worldwide! Last-minute deals, visa support, hotel booking. Book your dream trip today!">
<title>DreamTravel</title>
</head>
<body>
<h1>DreamTravel – the best tours and vacation packages worldwide! Last-minute deals, visa support, hotel booking. Book your dream trip today!</h1>
<p>DreamTravel offers the best tours and vacation packages worldwide! Whether you're looking for last-minute deals, visa support, or hotel booking, we’ve got you covered. Explore breathtaking destinations, enjoy seamless travel planning, and experience unforgettable adventures. Book your dream trip today and make your travel dreams a reality! 🌍✈️</p>
<h2>Packages</h2>
<p>Our packages offer you the best travel opportunitie</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>
<ol>
<li><strong>European Explorer (7 Days)</strong></li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJLkIFip_D9Sjp--qrNOvV0I5PYmoXPpaW3A&s" alt="PS/RM/BL"></a>
<figcaption><em>European Explorer</em></figcaption>
</figure>
<ul>
<li><strong>Paris:</strong> Eiffel Tower, Louvre</li>
<li><strong>Rome:</strong> Colosseum, Vatican</li>
<li><strong>Barcelona:</strong> Sagrada Familia, beach day</li>
</ul>
<li><strong>Southeast Asia Adventure (10 Days)</strong></li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cfimg.wowcher.co.uk/cdn-cgi/image/height=487,width=727,quality=85,format=auto/https://static.wowcher.co.uk/images/deal/39431528/1556154.jpg" alt="BK/PH/BL"></a>
<figcaption><em>Southeast Asia Adventure</em></figcaption>
</figure>
<ul>
<li><strong>Bangkok:</strong> Grand Palace, Floating Market</li>
<li><strong>Phuket:</strong> Beaches, Phi Phi Islands</li>
<li><strong>Bali:</strong> Ubud, Rice Terraces</li>
</ul>
<li><strong>USA Road Trip (8 Days)</strong></li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://www.ifunvegas.com/wp-content/uploads/2023/06/4-Day-Tour-CTZB4SS-600x338.webp" alt="NY/GC/LV"></a>
<figcaption><em>USA Road Trip</em></figcaption>
</figure>
<ul>
<li><strong>New York City:</strong> Central Park, Times Square</li>
<li><strong>Grand Canyon:</strong> Hiking, Sunset View</li>
<li><strong>Las Vegas:</strong> The Strip, Hoover Dam</li>
</ul>
</ol>
</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
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page