Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t seem to know wat am doing wrong please help🥺

Your code so far

<!DOCTYPE html>
<html lang="en">
   <head>
    <meta charset="UTF-8">
    <meta name="description" content="We plan stress-free trips, from flights to tours—making travel easy and unforgettable."">
    <title>favour travels</title>
   </head>
    <body>
     <h1>Korea</h1>
      <p>
        !
        Explore ancient palaces, vibrant cities, K-pop culture, delicious street food, and scenic mountains. Korea has something for every traveler!</p>
    <h2>Packages</h2>
     <p> 
       Enjoy a complete travel experience with our all-in-one package! It includes flights, hotel stays, guided tours, meals, and local transport—perfectly planned for comfort, fun, and unforgettable memories.</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>
    </body>
</html>
  <h2>Top Itineraries</h2>
  <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="a picture of the sea">
      <figcaption>Haeundae</figcaption>
  </figure>
  <figure >
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="a picture of the alps">
      <figcaption>Hallasan</figcaption>
  </figure>
  <figure>
       <a href="https://www.freecodecamp.org/learn" target="_blank">
       <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="a picture of the collosea">
        <figcaption>colloseo</figcaption>
  </figure>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Do you get any hints or messages from the tests?

Which test is not passing?

Which part of your code relates to the test?

Check the extra double quote in the meta description tag. Also, the title must match exactly- ‘Travel Agency Page’