Tell us what’s happening:
It’s saying that my figcaption’s should contain some text, but I’m pretty sure they already do. It’s the last thing that says it needs completed. Please help ![]()
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title> Travel For You </title>
<meta charset="UTF-8">
<meta name="description" content="Need help booking amazing travel, then look no further than Travel For You">
</head>
<body>
<h1> Travel to Rome, Iceland, Cancun, and More!</h1>
<p>With the help of our talented travel agents, the trip of your dreams could be right around the corner! Book trips to many different countries and make memories happen!</p>
<h2>Packages</h2>
<p>We have many packages to choose, from our Travel-For-You single person trip package to our Travel-For-Two dual person package all the way to group packages, you are sure to find one that fits your 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</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="A picture of a Roman building"></a>
<figcaption>See ancient buildings abroad!</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="Mountains with snowy and grassy landscape"></a>
<figcaption>Climb to new heights of happiness!<figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="Extremly clear and blue seas with a boat sailing on it"></a>
<figcaption>Sail into new adventures!<figcaption>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page