Tell us what’s happening:
- Each figure element should contain a figcaption element as its second child.
I am stuck on step 26
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Book your dream vacation with AA Travel Agency. Affordable luxury packages to Europe, Asia, and the Caribbean. Expert planning for romantic honeymoons & family trips.">
<meta charset="UTF-8">
<title>AA Travel Agency</title>
</head>
<body>
<h1>Discover Spain</h1>
<p>Located on the Iberian Peninsula in southwestern Europe, Spain is a diverse, vibrant country known for its rich history, art, and Mediterranean lifestyle. It features iconic cities like Madrid and Barcelona, stunning beaches, dramatic mountains, and world-renowned cuisine, serving as a top travel destination offering a mix of tradition and modernity.</p>
<h2>Packages</h2>
<p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn">Group Travels</a></li>
<li><a href="https://www.freecodecamp.org/learn">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The Alhambra (Granada)">A breathtaking palace and fortress complex representing the pinnacle of Moorish art and architecture in Spain.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="La Sagrada Familia (Barcelona)">Antoni Gaudí’s unfinished masterpiece, this basilica is famous for its intricate, towering facades and unique interior columns.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<figcaption><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Ronda (Andalusia)">A dramatic town known for its dramatic setting, splitting the city in two with the deep El Tajo gorge and the famous Puente Nuevo bridge.</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/138.0.0.0 Safari/537.36 OPR/122.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
