Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I am doing the Travel Agency page, The test returns errors in my use of meta and also lists which I have tried my best to fix. I keep getting the same responses.
Please help

Your code so far

<!DOCTYPE html> 
<html lang="en">
<head> 
 <meta name="description" content= meta>  
  <meta charset="UTF-8"meta> 
<title>"Enkopa Travels"</title> 
<h1> Europe </h1>
</head>
<body> 
<p> Visit the most beautiful sites in Europe </p>

<h2> Packages </h2>
<p> We have two exclusive packages for all Seasons </p>
<p2>
  <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>
</p2>
<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="colosseom" <figcaption> The marvel of Ancient Greece </figcaption> </a></figure>
       <figure> <a href="https://www.freecodecamp.org/learn" target="_blank">
     <img src= https://cdn.freecodecamp.org/curriculum/labs/alps.jpg alt="Alps"<figcaption> Hannibal actually crossed these mountains!
</figcaption></a> </figure>
<figure> <a href="https://www.freecodecamp.org/learn "target="_blank"> 
 <img src=https://cdn.freecodecamp.org/curriculum/labs/sea.jpg alt="sea" <figcaption> The Mediterranean?   </figcaption></a></figure>
    </body> </html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi there!

You have syntax issues:

For correct examples check this page:
https://www.w3schools.com/tags/tag_meta.asp