Tell us what’s happening:
Saying that there is no figcaption value in my figures, when i have added them, im not sure what the problem is please help me learn
Your code so far
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="Leverage freedom and travel the world">
</head>
<body>
<h1>Travel to Greece, spain and Germany</h1>
<p>Introducing the best travel agency page with the best staff in the world, who will accomadate your travel needs.</p>
<h2>Packages</h2>
<p>Packeges include $1499 full trip to Greece, $1099 full trip to Spain and $2199 for a full trip to both
<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="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Roman collesuem">
<a/>
<figcaption>A scenic view of the roman collosem.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="photo of the alps">
</a>
<figcaption>The bueatiful mountain range 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="The ocean">
</a>
<figcaption>The lovely grand barrier reef.</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
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page