Tell us what’s happening:
Instruction 4 does not pass: You should have two elements within your element.
PS: I deleted the elements for this post because the links are very long. I only have the problem with instruction 4 not passing as stated above.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="description" content="Explore the world with us, personalized travel experiences, expert planning, and unforgettable adventures await you.">
<title>Travel Agency Page</title>
</head>
<body>
<h1>Travel to Chicago with us!</h1>
<p>Visit the best city in the world and sicover all the secrets that great Chicago has to offer you. You won't regret it!</p>
<h2>Packages</h2>
<p> We offer a varaiety of traval packages with airfare and hotel stays included for all type of travle styles.</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="" alt="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg>
</a>
<figcaption>Chicago River</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="" alt="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg">
</a>
<figcaption>Chicago from the sky</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="" alt="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg">
</a>
<figcaption>The Bean</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.1 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page