Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

can someone help me check this out, I cant get past test 31 about giving appropriate value to the alt attribute

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="The best travel agency in town.">
    <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>Itunu Travel Agency</h1>
    <p>We are here to serve you.</p>
    <h2>Packages</h2>
    <p>We have buisness class, regular and premium regular 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>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Thailand">
      </a>
      <figcaption>colosseo</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Nigeria">
      </a>
      <figcaption>alps</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alps="South Africa">
      </a>
      <figcaption>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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Your final img element has a mistyped attribute name (alps instead of alt).