Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m trying to finish the exercise but I don’t know what’s wrong.

Your code so far

<!DOCTYPE html>
<html lang="en">

  <head>

    <meta charset="utf-8">
    <meta
      name="description"
      content="Travel aroun Colombia and discover its magical palces"
    />
    <title>Travel Agency Page</title>

    <charset="utf-8">

  </head> 

  <body>

    <h1>Title</h1>

    <p>paragraph</p>

    <h2>Packages</h2>

    <p>paragraph.</p>

      <ul>
        <li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels
        <li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours 
      </ul>
      <h2>Top Itineraries</h2>

      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
          <img src="https://image.geo.de/33148532/t/6g/v5/w1440/r0/-/sonnenuntergang.jpg" alt="Ciudad amurallada">
        </a>  
        <figcaption>Cartagena and the Caribean coast</figcaption>
      </figure>

      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
          <img src="https://static.independent.co.uk/s3fs-public/thumbnails/image/2017/09/07/16/cartagena-de-indias-cortesa-procolombia.jpg" alt="Cartagena ciudad amurallada">
        </a>
        <figcaption>The magnificent Amazon jungle</figcaption>
      </figure>

      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
          <img src="https://www.fodors.com/wp-content/uploads/2019/03/Hero_BogotaPartyCapitol_Heroshutterstock_1019031940.jpg" alt="Bogota nocturna">
        </a>
        <figcaption>The beautiful urban center of Bogota</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

What tests does your code fail?