Tell us what’s happening:
Don’t know what is wrong with this code.
- You should have an h2 element after your unordered list.
- Each figure element should contain a figcaption element as its second child.
- Each of the an elements that are children of your figure elements should contain an image.
United States and Abroad
All travel destinations in the united states and abroad
Packages
25% off of all travel packages
Top Itineraries


</body>
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<meta name ="description" content ='Travel agency page' >
<title>Build a travel agency page</title>
</head>
<body>
<h1>United States and Abroad
</h1>
<p>All travel destinations in the united states and abroad</p>
<h2>Packages</h2>
<p>25% off of all travel packages</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</li>
</ul>
<h2>Top Itineraries</h2>
<figure><a href = 'https://www.freecodecamp.org/learn' target= "_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/d/d4/Eiffel_Tower_20051010.jpg" alt ="Eiffel Tower" href = 'https://www.freecodecamp.org/learn'></a><figcaption>Eiffel Tower</figcaption></figure>
<figure><a href ='https://www.freecodecamp.org/learn' target= "_blank"><img src="Giles Laurent, CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0>, via Wikimedia Commons" alt="Swiss alps" href = 'https://www.freecodecamp.org/learn'></a><figcaption>Swiss Alps</figcaption></figure>
<figure><a href = 'https://www.freecodecamp.org/learn' target= "_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Flag-of-Israel-4-Zachi-Evenor.jpg" alt="Israel" href = 'https://www.freecodecamp.org/learn'></a><figcaption>Israel</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.3 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page