Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I am not able to get a pass on step 18 and 19. Kindly help in figuring out what is wrong .

Your code so far

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="Description" content="An agency that gives the best from transport to and from, to your final destination. We offer the not only the best but quality assured services.">
    <title>"Horizon Travel Agency"</title>
  </head> 
<body>
<h1>We offer services far and wide to areas such as The Coastal Region, Scenic sites such as natural features in the Rift-Valley, The Mara and not to forget outside Kenya countries such as Zanzibar</h1>
<p>Discover breathtaking destinations, cultural treasures, and unforgettable adventures. Whether you're seeking relaxation, excitement, or a bit of both, our travel packages are designed to create memories that last a lifetime.</p>
<h2>Packages</h2>
<p> <b>Coastal Escape Package – Mombasa & Diani</b><br>
Duration: 4 Days / 3 Nights</br>
<ul>
  <li>White sandy beaches and ocean breeze</li>
  <li>Fort Jesus & Old Town tour</li>
  <li>Snorkeling and dhow cruise in Diani</li>
  <li>Beachfront accommodation</li>
  </ul>
Ideal For: Honeymooners, families, beach lovers
ksh25,000/=pp or ksh35,000/= per couple sharing exclusive of transport
<br>
<br>
<b>Wild Safari Experience – Maasai Mara</b><br>
Duration: 3 Days / 2 Nights<br>
Highlights:
  <ul>
    <li>Game drives in the Maasai Mara National Reserve</li>
    <li>Big Five sightings during migration season</li>
    <li>Maasai village cultural tour</li>
    <li>Luxury tented camp stay under the stars</li>
  </ul>
Ideal For: Wildlife enthusiasts, photographers, adventurers<br>
ksh40,000/=pp or ksh60,000/= per couple sharing 
<br>
<br>
<b>Zanzibar Island Getaway</b></br>
Duration: 5 Days / 4 Nights<br>
Highlights:
  <ul>
    <li>Stone Town cultural tour</li>
    <li>Spice farm visit</li>
    <li>Relax on Nungwi and Kendwa beaches</li>
    <li>Snorkeling and diving at Mnemba Atoll</li>
  </ul>
Ideal For: Couples, honeymooners, solo travelers<br>
ksh60,000/=pp or ksh100,000/= per couple sharing.</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="Beautiful Coastal Sandy Beach"></a>
  <figcaption>Historical site</figcaption> 
  </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"  alt="The wildbeast migration"></a>
    <figcaption>The Alps</figcaption>
  </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Stone town Zanzibar"></a>
   <figcaption>Coastal Zanzibar</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/138.0.0.0 Safari/537.36

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 should simplify your html so you have exactly what they asked for and nothing more.
(that is, the unordered list they wanted should come after the 2nd p element and before an h2 element)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.