Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I dont understand what why step 24 says I should have at least 3 figures but I do have 3 figure right!!

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="UTF-8">
  <meta name="description" content=".....">
  <title>Travel Agency Page </title>
  </head>
  <body>
  <h1>Destinations for the next summer vacation in 2026</h1>
  <p>This is a summary of ideas for vacation destinations that combine cultural, nature and aspects of my main hobby, that is surfing.</p>
  <h2>Packages</h2>
  <p>There are two option of packages to choose from. One for solo travellers and one for a group travellers or a solo traveller who wants to meet new people along the way.</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/alps.jpg" alt="the alps" href="https://www.freecodecamp.org/learn" target="_blank"></img></a>
        <figcaption>Hiking in the Swiss alps</figcaption>
        </figure>

        <fugure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="the sea" href="https://www.freecodecamp.org/learn" target="_blank"></img></a> 
        <figcaption>Sailing to remote surfing spots</figcaption>
        </figure>
        
        <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="collosseo in rome" href="https://www.freecodecamp.org/learn" target="_blank"></img>
      </a>
      <figcaption>Visiting the colloseum in rome</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/147.0.0.0 Safari/537.36 AVG/147.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md

are you sure you have three figure?