Tell us what’s happening:
Hi, I can’t seem to solve requirements 25 and 26 for this task even though I can’t find anything wrong with my code. Please give me some hints to solve this. Thanks!
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Travel Agency Page</title>
<meta name="description" content="This is a travel agency page that details the destinations available and prices of packages" />
</head>
<body>
<h1>Travel Destinations</h1>
<p>Here are all the destinations available: Turkey, Croatia and US</p>
<h2>Packages</h2>
<p>There is the beginner and premium packages available</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/sea.jpg" alt="Picture of the sea"></a>
<figcaption>Colosseum</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Picture of the Alps"></a>
<figcaption>Alps</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Picture of the Colosseum"></a>
<figcaption>Sea</figcaption>
<figure>
</body>
</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/26.1 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
