Tell us what’s happening:
can anyone help me find what i missed for 26,28 and 32? the lines might be quite messy now since i tried a lot of times to get it right
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="description"
content="short description of my wesbite lol"/>
<meta charset="UTF-8"/>
<title> titel! </title>
</head>
<body>
<h1> ontdek Amsterdam </h1>
<p> babaabbabbababbabb </p>
<h2> Packages</h2>
<p> we bieden ababbbbaba </p>
<ul>
<li> <a href="https://www.freecodecamp.org/learn"> Group Travels</a>
<li> <a href="https://www.freecodecamp.org/learn"> Private Tours</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="colosaalcolosi."</a> <figcaption> leeeip. </figcaption> </figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="bergpas ."> <figcaption> leeeip. </figcaption> </figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="azee"> <figcaption> caption 3. </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/149.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page