Tell us what’s happening:
Could you help me with respect to points 4 and 5 of the same, I don’t know how to solve it?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
</head>
<body>
<h1>You decide where to travel and we help you</h1>
<p>You decide between calm beaches, places to climb or cold landscapes, whatever best suits your taste and relaxation.</p>
<h2>Packages</h2>
<p>Choose from one of our many packages that best suits your taste</h2>
<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="one of the destinations to choose"></a>
<figcaption>The coliseum is waiting for you</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn"target="_blank">
<img src="https://viajeaescandinavia.com/wp-content/uploads/2013/04/J%C3%B6kuls%C3%A1rl%C3%B3n.jpg.webp" alt="island in the palm of your hand"></a>
<figcaption>Iceland's beautiful lakes within your reach</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://s7g10.scene7.com/is/image/barcelo/9.playa-Los-Cabos?&&fmt=webp-alpha&qlt=75&wid=2000&fit=crop,1" alt="Which beach in Mexico do you want to visit?"></a><figcaption>Many beaches in Mexico and whichever you choose, we'll take you there</figcaption>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page