Tell us what’s happening:
I don’t know what happends with figaction, the test says me that it needs one figaction in every figure as a second nested element and I think that I already have one in every figure. I forgot anything?
Your code so far
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Travel Agency Page</title>
<meta
name="description"
content="The best travel agency in the world!"
/>
<meta
property="og:page"
content="website"
/>
</head>
<body>
<h1>Madrid, Berlin, Rome and Tenerife.</h1>
<p> The best opportunities to travel!</p>
<h2>Packages</h2>
<p>Package 1 is package 1, package 2 is package 2.</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="alps"/>
</a>
<figaction> Ipsum</figaction>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"/>
</a>
<figaction>Dolor</figaction>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="alt"/>
</a>
<figaction>amet</figaction>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:153.0) Gecko/20100101 Firefox/153.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page