Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

it keeps saying my step 31 and 32 are wrong :
Each a element should have an href attribute with the value of https://www.freecodecamp.org/learn. Don’t forget the links in the list items.
i have checked my code and it seems fine to me

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Travel Agency Page</title>
    <meta name="description" content="This is a travel agency page">
  </head>
  <body>
    <h1>Discover Turkey</h1>
    <p>Turkey's travel oppurtunities</p>
    <h2>Packages</h2>
    <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Turkey's lesser-known sides.</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://a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2024/04/1200/675/shutterstock_GalataTower_2-scaled.jpg?ve=1&tl=1" alt="Galata tower"></a>
       <figcaption>Turkey's Galata tower</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://media.istockphoto.com/id/1484200613/photo/aerial-view-of-a-fleet-of-hot-air-balloons-in-cappadocia-turkey.jpg?s=612x612&w=0&k=20&c=AmLVjztB0kTPgd15XNMYDOR4XWFsEn-tiPsYq_B93so=" alt="Cappadocia"></a>
       <figcaption>Hot air balloon adventures in Cappadocia</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn target="_blank""><img src="https://media.tacdn.com/media/attractions-splice-spp-674x446/06/6a/f3/06.jpg" alt="Izmir"></a>
       <figcaption> Skyscappers in Izmir</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/148.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-travel-agency-page/669e2f60e83c011754f711f9.md at main · freeCodeCamp/freeCodeCamp · GitHub

hello @aniqafatimaa welocme to the forum!

you got some double quotes (") issues here in the href and target