Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

im having trouble with 19 , 21,22,26,28,31,32 i feel like it should be right because everything looks good in the image but it just all wrong in the code

Your code so far

<!DOCTYPE html>
<html lang="en">
<html>
    <head>
  <meta charset="utf-8">
  <meta name="description" content="Travel To Haiti">
  <title>Travel Agency Page</title>
  </head>
<body>
  <h1> Jonas Travels </h1>
  <p> Travel Jonas is one of the top travling agencys out their with the best discounts and best stays</p>
  <h2>Packages</h2> <p>Travel Jonas  is doing a 30% to any palce you want to travel only for the next 2 days </p>
  </html>
  </body>
  <ul>
  <li> <a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels<a> </li>
<li> <a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours<a></li>
  </ul>
  
   <h2>Top Itineraries</h2>
  <figure>
    <a href="https://www.freecodecamp.org/learn"target="_blank" ></a>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The Colosseo"></a>
  <figcaption> The Colosseo </figcaption>
  </figure>

  <figure>
    <a href="https://www.freecodecamp.org/learn"target="_blank"></a>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt= "The Alpas"></a>
  <figcaption> The Alaps </figcaption>
  </figure>

<figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank"></a>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt= "Amazing Beaches" ></a>
  <figcaption> Amazing Beaches </figcaption>
  </figure>
  </html>


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0 (Edition ms_store)

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

It helps if you say what those numbers mean and how you got stuck while debugging your code

The basic structure of your HTML is incorrect. Please review this:

HTML Boilerplate