Tell us what’s happening:
I cant figure out how to complete steps 26, 28, 30. and 32
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Travel to your heart's content">
<title> "Travel Agency Page"</title>
</head>
<body>
<h1> travel travel travel </h1>
<p> many traveling opputurnies</p>
<h2> Packages </h2>
<p> 3 </p>
<ul>
<li> <a href="https://www.freecodecamp.org/learn" >Group Travels</a></li>
<li><a href="https://www.freecodecamp.org/learn">Private Tours</a> </li>
</ul>
<h2> Top Itineraries </h2>
<figure>
<a href="https://www.freecodecamp.org/learn" ><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"</img>
<figcaption> ajwsdh </figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"</img>
<figcaption> aejdiak </figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"</img>
<figcaption> ajdhj </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/140.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page
