Tell us what’s happening:
I need help checking my code. The last two steps in the exercise keep failing and I don’t know why.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Description on travel packages for Ireland.">
<meta charset="UTF-8">
<title>Travel Agency Page></title>
</head>
<body>
<h1>Ireland</h1>
<p>Come visit the rolling fields of Ireland. Where the sea and the countryside come together in the most beautiful scenery. Watch as sheep graze in the open fields and the breeze is light and airy. Don't miss this fantastic opportunity to sit back, relax, and watch your worries drift away.</p>
<h2>Packages</h2>
<p>We offer a variety of packages for all members of the family. We even have packages for friends, holidays and special events! Please make sure to talk to us about what package is ideal for your next adventure!</p>
<ul>
<li><a>Group Travels</a></li>
<li><a>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="Ruins"></a>
<figcaption>Ancient ruins in Greece.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alps"></a>
<figcaption>Swiss Alps in the sunset.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="lake"></a>
<figcaption>Boat out in the middle of a beautiful blue lake.</figcaption>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page