Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Please debug my code - I could not find where I make any mistake

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="This website provides tutorials on HTML">
    <title>Travel Agency Page</title>
  </head>

  <body>
<h1>Come and Visit Mizoram</h1>

<p>Mizoram is one of the remotest state in India, located in the North East region, bordering with Bangladesh and Myanmar. It's a best place for tourist destination.</p>

<h2>Packages</h2>

<p>We offer a wide range of packages for Tourist, a best seadon to vist Mizoram is during Summer and Winter. In this season the landscape of Mizoram is vivid and transquil</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="beautiful building"></a>
  <figcaption>The great wall of China</figcaption>
</figure>

<figure>
  <a href="https://www.freecodecamp.org/learn" target="-blank"
><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="beautiful mountain"></a>
<figcaption>The great Himalyan Mountain</figcaption>
</figure>

<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Island">
</a>
<figcaption>The great Island of Mizoram
</figcaption>
</figure>

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) 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

mostly spelling errors
and incorrect syntax(<a href=“https://www.freecodecamp.org/learn” target=“-blank”)
wrong images and figcaption

Welcome to the forum @jacoblalhmangaiha !

Fix the small typo here and your code should pass.

Happy coding!