Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

My alt attributes are not working, I do not understand why if they seems to be correctly spelled and set

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description" content="To travel somehere else is not easy nowadays with our busy responsability, we are here to make it easier for you">
    <title>
      Travel Agency Page
    </title>
  </head>
  <body>
    <h1>Around the world trips</h1>
    <p>There's never easy to go around by planning it yourself. We are here to make it easy for you!</p>
    <h2>Packages</h2>
    <p>Full week packages or weekends pagages</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</li></a>
    </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="Colosseo"></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="Alps"></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" atl="Sea"></a>
      <figcaption>Sea
      </figcaption>
    </figure>

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi @bitbyte,

You have a typo.

Happy coding

Wow, just a simple fix. You are awesome in paying attention to details, thank you!