Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Can someone help me with point 20 and 21. It keeps giving negative.

But i’m not seeing it.

What am i doing wrong?

Your code so far

<!DOCTYPE html>
<html>
  <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="description" content="Book with us.">
      <meta content="Travel agency page" property="Travel agency page">
      <title>Travel with Suzanne</title>
    </head>
    <body>
      <h1>Travelling</h1>
      <p>All our travelling possibilities</p>
      <h2>Packages</h2>
      <p>There are various packages:</p>
      <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>
      <p>Our top 3 Itineraries</p>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Rome City"></a> 
        <figcaption>Rome City</figcaption> 
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The alps"></a>    
        <figcaption>The alps</figcaption> 
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The sea"></a> 
        <figcaption>The sea</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/137.0.0.0 Safari/537.36 Edg/137.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

The tests are case sensitive. Look at the user story 9 again.

Thanks.

I figured out.