Tell us what’s happening:
I can’t figure out how to get step 26 done without undoing step 28, what do i need to add/change?? I’ve tried everything i can think of. (New too this place, but i didn’t see anything answering this specific problem)
Your code so far
<!DOCTYPE html>
<html>
<head>
<html lang="en">
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="desc2">
</head>
<body>
<h1> >:3 </h1>
<p>go travel somewhere idk</p>
<h2>Packages</h2>
<p>yippieeeeeeee traveling ig</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn"target="_blank">Group Travels</li></a>
<li><a href="https://www.freecodecamp.org/learn"target="_blank">Private Tours</li>
</a>
</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="The rome colleseum"><figcaption>This very cool old colleseum type shii</figcaption>
</a>
</figure>
<figure><a href="https://www.freecodecamp.org/learn"target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Mountains with green grass and white rocks"><figcaption>Some cool mountains type shii</figcaption>
</a>
</figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="A very blue ocean with a white boat"><figcaption>Blue lagoon type shii</figcaption>
</a>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page