Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i need help by nr. 17. 26. 28.
dont get whats wrong

Your code so far

<!DOCTYPE html>
  <html lang="en">
    <head>
      <meta name="description" content="travle page">
      <meta charset="UTF-8" title="Travel Agency Page">
      <title>
        Travel Agency Page
      </title>
    </head>
    <body>
      <h1>Karibik</h1>
      <p>karibik hawaii woin sie wollen.</p>
      <h2>Packages</h2>
      <p>junge je länger je günstiger mengenrabatt <p>
      <ul>
        <li><a target="_blank" href="https://www.freecodecamp.org/learn">Group Travels</a></il>
        <li><a target="_blank" href="https://www.freecodecamp.org/learn">Private Tours</a></il>
      </ul>
        <h2>Top Itineraries</h2>
        <figure>
          <a target="_blank" href="https://www.freecodecamp.org/learn"><img alt="something" src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"</a>
          <figcaption>
            <p>some text</p>
          </figcaption>
        </figure>
        <figure>
          <a target="_blank" href="https://www.freecodecamp.org/learn"><img  alt="something" src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"</a>
          <figcaption>
               <p>some text</p>
          </figcaption>
        </figure>
        <figure>
         <a target="_blank" href="https://www.freecodecamp.org/learn"><img  alt="something" src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"</a>
          <figcaption>
               <p>some text</p>
        </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/133.0.0.0 Safari/537.36 OPR/118.0.0.0 (Edition std-2)

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi there! Welcome to the forum.

Try running your code through an HTML validator. Click on the “Validate by Direct Input” tab and paste your code into the textarea. That should point you to your errors. Fix and continue to check until there are no more errors.