Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Don’t know what to do any further
Already cut most of the text out because it was bugging some of the tasks and I’m pretty sure the code is correct, but can’t get the rest of them

Your code so far

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>
            HorizonTravel
        </title>
        <meta name="description" content="Discover unforgettable adventures — custom vacation packages, expert-guided tours, and exclusive deals to top destinations worldwide. Your dream trip starts here!">
    </head>
    <body>
        <h1> Your dream trip starts here! </h1>
        <p> text </p>
        <h2> Packages </h2>
        <p> more text </p>
        
        <ul> <li> <a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</li>
        <li> <a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</li> </ul>
        
        <h2> Top Itineraries </h2>

        <figure>
                <a href="https://www.freecodecamp.org/learn" target="_blanck">
            <figcaption> 
                 <p>Explore the ancient wonders of Rome with a guided tour of the Colosseum, Roman Forum, and Palatine Hill. Experience the grandeur of the Eternal City.</p> </figcaption>
           <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Colosseum in Rome">
        </figure>
        <figure>
                <a href="https://www.freecodecamp.org/learn" target="_blank">
               <figcaption> <p>Experience the breathtaking beauty of the Alps with our guided hiking tours. Discover stunning landscapes, charming villages, and local cuisine.</p> </figcaption>
               <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alps"> 
            
        </figure>
        <figure>
                <a href="https://www.freecodecamp.org/learn" target="_blank">
               <figcaption>   <p>Relax on pristine beaches and explore vibrant marine life with our exclusive sea tours. Snorkeling, diving, and sailing adventures await you.</p> </figcaption>
            <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Barbados sea">

        </figure>
    </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hello there.

I see your anchor tag (s) opening but I do not see them closing.