Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Check my code I have error in my a attribute I have written target

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="details about travel page">
<title> Travel Agency Page </title>
   </head>
   <body>
     <h1> travel destination </h1>
     <p> you should select your travel destination from our list</p>
      <h2> Packages</h2>
       <p> These are the packages chose from </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="colosseo"></a>
    <figcaption> colosseo tour </figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="alps"></a>
      <figcaption> alps tour </figcaption>
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn" target= "_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"></a>
        <figcaption> sea tour</figcaption>
        </figure>
        </body>
        </html>
    
  

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

maybe it’s this? you have an extra space here