Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

What is my mistake

they say
Each img element should have an alt attribute with an appropriate value.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="description" content="Travel Agency Page">
 <title>Travel Agency Page</title>
</head>
<body>
</body>
<h1>Travel Agency Page</h1>
<p>this site can tour you to a place you never know and make you happy coz to price and place to see</p>
<h2>Packages</h2>
<p>this package is afordable</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="colosseo"></a>
  <figcaption>rome and center italy</figcaption>
</figure>
<!-- pircure 2-->
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></a>
  <figcaption>Nature and Nature parks</figcaption>
  </figure>
  <!-- pircure 2-->
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" atl="see"></a>
  <figcaption>South italy and Island</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/148.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

Welcome to the forum @cath.hella21

Each img element should have an alt attribute with an appropriate value.

You have a typo:

Happy coding