Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i can’t get past steps 5 and 20.
I cant tell what I am doing wrong

Your code so far

<!DOCTYPE html>
<htmL lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="descritpion" content="The beauty of eastern Nigeria">
    <title>DIBIA TRAVEL</title>
  </head>
  <body>
    <h1/>EASTERN NIGERIAN TOUR</h1>
    <p>The tour is a guided tour which will include visit to all the eastern states in nigeria with 5 star hotel loding across all the cities that will be visted
</p>
<h2>Packages</h2>
<p>The different pacakegaes will include fun time around the travel sites</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="ENUGU">
  </a>
  <figcaption>ENUGU</figcaption>
</figure>
<figure>
  <a href="https://www.freecodecamp.org/learn"   target="_blank">
  <img src= "https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"
alt="EBONYI">
  </a>
<figcaption>EBONYI</figcaption>
</figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"
alt="IMO"></a><figcaption>IMO</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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi. There is a typo in the value of your meta name attribute.

You have not typed the text for the first li exactly as asked. Check the text required against what you have put.