ARTICLE AD BOX
<h2>Top Itineraries</h2>
<figure>
<a href="https://www.freecodecamp.org/learn " target="_blank"><a>
<figcaption>
Rome of Italy
</figcaption>
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="image of Rome, Italy">
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn " target="_blank"><a>
<figcaption>
Majestic mountain range
</figcaption>
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="image of Nature and National Parks of Italy">
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><a>
<figcaption>
South of Italy and Island
</figcaption>
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="image of South Italy">
</figure>
</body>
</html>
Sorry for the interruption. I'm taking a freeCodeCamp lesson on building a travel agency website. The lesson was fairly easy until I encountered the prompt: "Each figure element should contain a figurecaption element as its second child." with the code. I've tried changing several things, but the message still appears. So, what do I need to change in the code above?
