Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I think i have done all of them but it seems i’m overlooking something,
please help.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="web tutorials">
<meta charset="UTF-8">
<title>
Carsons Travel Agency
</title>
</head>
<body>
<h1>Wave hello to our handpicked cruise deals and packages</h1>
<p>There are so many reasons to love cruising. Let's add irresistible savings and bonus value to the list!
</p>
<h2>Packages</h2>
<p>The sizzle list, hand picked by our experts. From airfares to holiday deals, cruises, tours and everything in between. Book today, holiday tomorrow!
</p>
<ul>
<li> <a href="https://www.freecodecamp.org/learn"> Group Travels</a> in Midweek Stay:</a> Family Fun at the Sun City Cabanas Hotel at Sun City Resort.
</li>
<li> <a href="ttps://www.freecodecamp.org/learn" target="_blank">Private Tours</a> for the
Midweek Family Fun at the 4-star Wild Coast Sun with BONUS Wild Waves Water Park access</li>
</ul>
<h2>Top Itineraries</h2>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cloudinary.fclmedia.com/fctg/image/fetch/q_80,f_webp,w_285,h_400,c_fill,g_auto/https://content.flightcentre.com/sites/default/files/1710258481-%20FCZA%20_%20Blog%20images%20for%20August%202025_Desktop%20Header_1500x844_0.jpg" alt="a women in a red shirt in a brown rural area"></a>
  <figcaption>Tours for Solo Trevellers:
  meet like Minded People.
  </figcaption>
  </figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cloudinary.fclmedia.com/fctg/image/fetch/q_80,f_webp,w_285,h_400,c_fill,g_auto/https://content.flightcentre.com/sites/default/files/_FCZA%20_%202%20x%20Cruise%20Blog%20images%20-%20Blog%201-Header%201500x844.jpg" alt="A father and a child in the sea next to the cruise"></a>
  <figcaption>
    Everything You Need To Know About Family Cruises.
  </figcaption>
  </figure>
<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cloudinary.fclmedia.com/fctg/image/fetch/q_80,f_webp,w_285,h_400,c_fill,g_auto/https://content.flightcentre.com/sites/default/files/1678412661-%20FCZA%20Blog%203%20Images%20for%20June%202025_Header%201500%E2%80%8A%C3%97%E2%80%8A844.jpg" alt="four black women with sunglasses on"></a>
  <figcaption>Themed Group Tours You Never Knew.</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/140.0.0.0 Safari/537.36 Edg/140.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

  • You have an extra closing </a> tag.
  • Check the beginning of the href attribute’s value.
  • Make sure to add the target attribute to all a elements.