Build a Travel Agency Page - Build a Travel Agency Page 31

Tell us what’s happening:

i keeping getting error for {31} each a element should have a href attribute ,Do’nt forget the links in the list items

Your code so far

<!DOCTYPE html>
<html lang="en">
  <html>
  <head>
    <meta charset="UTF-8">
    <meta name="description"content="Discover popular travel destinations around the world.">
    <title>George travel Agency</title>
    </head>
    <body>
      <h1>George Travel Agency Destinations.</h1>
      <p>Doha,qatar's coastal jewel,offers stunning white sand beaches,rich arabic cuiture,and a blend of histroical charm and modern adventure.Whether you're exploring ancient forts,enjoy delicious seafoods,or relaxing by ocean,Doha promise a travel exprience like no other.</p>
      <h2>Packages</h2>
      <p>We offer avariety of travel packages,including family vacations adventure tours,romatice getaways,education trips,and volunter expriences tailored to meet your interests and budget.</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>The view of colosseo.</figcaption>
          </figure>
          <figure>
            <a href ="https://www.freecodecamp.org/learn"target="_blank">
            <image src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="alps"></a>
            <figcaption>The high point of Doha,qatar.</figcaption>
            </figure>
            <figure>
              <a href ="htts://www.freecodecamp.org/learn"target="_blank">
              <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="sea"></a>
              <figcaption>The gulf sea beaches.</figcaption>
              </figure> 
              </body>
              </html>


Your browser information:

User Agent is: Mozilla/5.0 (Android 10; Mobile; rv:137.0) Gecko/137.0 Firefox/137.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hey,
Check the url of the last anchor element, please. :slightly_smiling_face: