Tell us what’s happening:
- Each figure element should contain a figcaption element as its second child.
This is the only one that is being marked as incorrect. I have the fig captions but maybe they are just in the wrong spot? I’m a little rusty, haven’t practiced in a few months. Please help me figure out where I am supposed to place the . Thank you!
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
</head>
<body>
<h1>Discover Greece!</h1>
<p>Discover the beauty and rich history of the wonderful Greek islands.
</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 ancient villages and sea-side towns to discover Greece's lesser-known sides.</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://images.app.goo.gl/Ci1SmjcSY68zzStCA" alt="skyline view of athens"><figcaption>Beautiful view of Athens, Greece.</figcaption> Athens & the Greek Islands tour</a> </figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"> <img src="https://images.app.goo.gl/53jqiSqjCF6rvVtQ6" alt="skyline view of Thessaloniki, Greece"> <figcaption>Beautiful view of Thessaloniki, Greece.</figcaption> Mainland Greece Tour: Athens to Thessaloniki</a></figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"> <img src="https://images.app.goo.gl/m3dNHwVEoKKQPbNe9" alt="picture of Syros, Greece"><figcaption>Beautiful view of Syros, Greece.</figcaption> Cycladic islands beyond the crowds: Athens, Syros & Tinos </a></figure>
</body>
<footer></footer>
</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/17.4.1 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page