Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

please help me i can not pass this lines 30 and 31

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <title>Travel Bliss</title>
<meta name="description" content="Embark on an unforgettable journey with Travel Bliss, your premier travel partner.From exotic gateways to advanture-filled escapes,our expertly curated tours and personalised travel services ensure a seamless and unforgettable experience."> 
  </head>
<body>
  <h1>Casablanca</h1>
  <p>Discover Casablanca,Morocco's vibrant city,where French colonial and Moroccan influences blend together. Explore the breathtaking Hassan II Mosque, bustling Old Medina, and iconic Rick's Cafe. Indulge in seafood cuisine and soak up the local atmosphere, making Casablanca the perfect destination for an unforgettable Moroccan adventure.</p>
  <h2>Packages</h2>
  <p>Explore Casablanca with our carefully curated packages, designed to suit every traveler's style. Choose from our 'City Break' package for a taste of urban Casablanca. 'Heritage Trail'to uncover the city's rich history, or'Foodie Frenzy' to indulge in the local cuisine. Whatever your passion, we have a package that's perfect for you.</p>
  <ul>
    <li><a href="#">Group Travels</a></li>
<li><a href="#">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="beautful historical building"></a>
 <figcaption>History on the walls</figcaption> 
</figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="sky blazing natural art"></a>
  <figcaption>Beautiful cold mountains</figcaption>
</figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="beatiful sea"></a>
  <figcaption>Stunning blue ocean</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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

You have anchor elements in the list items as well, set their href and target attributes as mentioned.

okay thanks let me do that

Thank you so much it worked such a small mistake :sweat_smile:

1 Like