Tell us what’s happening:
i cant seem to find my way around step 31 and 32. any one who is willing to help me?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Junior Travel agency</title>
<meta name="description" content="website" />
</head>
<body>
<h1>Bahamas</h1>
<p>Plethora of opportunities for adventure, relaxation, and cultural immersion</p>
<h2>Packages</h2>
<p>Dive into the ocean, enjoy a luxury resort stay, or participate in local festivals</p>
<ul>
<li><a href="ocean diving">Group Travels</a></li>
<li><a href="surfing">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<ol>
<li>
<figure>
<a href="href=https://www.freecodecamp.org/curriculum/labs/surfers.jpg"target="_blank">
<img src="surfing boat.jpg" alt="Surfing boat in the bahamas" href="https://www.freecodecamp.org/learn"target="_blank"></img>
</a>
<figcaption>A beatiful surfing boat.</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/curriculum/labs/divers.jpg"target="_blank">
<img src="ocean divers.jpg" alt="Ocean divers in the bahamas" href="https://www.freecodecamp.org/learn"target="_blank"></img>
</a>
<figcaption>Athletic ocean divers.</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/curriculum/labs/weddings.jpg"target="_blank">
<img src="Nassau weddings.jpg" alt="Nassau weddings in the bahamas" href="https://www.freecodecamp.org/learn"target="_blank"></img>
</a>
<figcaption>Nassau community wedding ritual.</figcaption>
</figure>
</li>
</ol>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page