Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Please someone help im having issues on these
Step18: You should have 2 items in your unordered list
Step 19: Both you items should contain anchor element

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>Travel Agency Page</title>
  <meta name="description"
    content="We cater for the best flight deals and holiday packages to destinations around the world.">
</head>

<body>
  <h1>Discover the World</h1>
  <p>You can have the great opportunity to travel to many destinations such as Japan, Dubai, Canada, Seychelles and so
    much more!</p>
  <h2>Packages</h2>
  <p>We cater for all types of packages:
  <ul>
    <li>All-innclusive</li>
    <li>Family deals</li>
    <li>Disney Holidays</li>
    <li>Last minute Deals</li>
    <li>Luxury Holidays</li>
    <li> and much more...</li>
  </ul>
  </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="Rome"></a>
      <figcaption>The unique architecture you can discover within Italy!</figcaption>
  </figure>

  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alaska"></a>
      <figcaption>The amazing landscapes of Alaska!</figcaption>
  </figure>

  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Seychelles"></a>
      <figcaption>The magnificent blue lagoon of Seychelles!</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/142.0.0.0 Safari/537.36 Edg/142.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

Welcome to the forum @imisra6996

Try removing the first unordered list.

Happy coding

Thank you it worked!

1 Like