Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Bonjour, je suis venu sur ce forum en espérant recevoir d’aide. Je suis sur le projet “Créer une page d’agence de voyages”, mais après le code quand je valide , ça ne prend pas. Le problème c’est que ça n’affiche pas d’erreur dans le code mais ça tourne en vain. j’ai cru au début que c’était un problème de connexion mais après vérification, ce n’est pas le cas

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description" content="Explore amazing travel destinations and discover the best travel packages and itineraries around the world.">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>Les destinations de voyage</h1>
    <p>Nous sommes disponibles pour toutes les destinations</p>
    <h2>Packages</h2>
    <p>Nous offrons des packages pour toutes les destinations</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="The Colosseum in Rome">
    </a>
    <figcaption>Rome, Italy</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 mountains">
    </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="Beautiful seaside destination">
    </a>
    <figcaption>Seaside Escape</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/143.0.0.0 Safari/537.36 Avast/143.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.