Tell us what’s happening:
please guys I need help on this question i can not pass through it?
26:Each figure element should contain a figcaption element as its second child.
28:Each of the a elements that are children of your figure elements should contain an image
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Explore amazing travel destinations and packages around the world." </meta>
<meta charset="utf-8" </meta>
<title>Travel With Easy Agency</title>
</head>
<body>
<h1>Explore Amazing Travel Destinations</h1>
<p> Discover exciting places and choose from a variety of travel packages designed just for you.</p>
<h2>Packages</h2>
<p>We offer a range of travel packages to suit every traveler’s needs.</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://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The Colosseum in Rome">
</a>
<figcaption>Explore the historic Colosseum in Rome.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"/>
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Snowy Alps mountains">
</a>
<figcaption>Enjoy breathtaking views of 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="Beautiful sea landscape">
</a>
<figcaption>Relax by the serene sea.</figcaption>
</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/147.0.0.0 Safari/537.36 Edg/147.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page