Tell us what’s happening:
Can’t figure out what I’m doing wrong for steps 31 and 32. Any help is appreciated. Thank you.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travel Agency</title>
<meta charset="utf-8"/>
<meta
name="description"
content="Treat yourself to a trip!"
/>
</head>
<body>
<h1>Travel Agency</h1>
<p>Get your package here!</p>
<h2>Packages</h2>
<p>Ranging from mountains to oceans</p>
<ul>
<li><a href="https://www.freecodecamp/learn" target="_blank"> Group Travels </a></li>
<li><a href="https://www.freecodecamp/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="1" href="https://www.freecodecamp.org/learn" target="_blank"></img>
</a>
<figcaption>Rome</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="2" href="https://www.freecodecamp.org/learn" target="_blank"></img>
</a>
<figcaption>Mountain</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="3" href="https://www.freecodecamp.org" target="_blank"></img>
</a>
<figcaption>Sea</figcaption>
</figure>
</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