Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Help me guys please.
Am stucked at number 22, 26, 28, 31, 32
i tried several ways but still unable to pass it.

Please anyone should guide me with the right coding

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="travel around the word with us"> 
    <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>Travel around the worl</h1>
      <p>This is the right place for proper and clear orientatin for you to travel peacfully to any part around the worl</p>
    <h2>Packages</h2>
      <p>Find below our unique pakage fees below</p>
      <ul>
      <li> <a href=_"blank" "https://www.freecodecamp.org/learn"> Group Travels</li></a>
       <li> <a href=_"blank" "https://www.freecodecamp.org/learn" > Private Tours</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="its first child."></img></a> <figcaption>its second child</figcaption>
     </figure>
     <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="its first child."></img></a> <figcaption>its second child</figcaption>
     </figure>
     <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="its first child."></img></a> <figcaption>its second child</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

Tell us what’s happening:

Help me guys please.
Am stucked at number 22, 26, 28, 31, 32
i tried several ways but still unable to pass it.

Please anyone should guide me with the right coding

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="travel around the word with us"> 
    <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>Travel around the worl</h1>
      <p>This is the right place for proper and clear orientatin for you to travel peacfully to any part around the worl</p>
    <h2>Packages</h2>
      <p>Find below our unique pakage fees below</p>
      <ul>
      <li> <a href=_"blank" "https://www.freecodecamp.org/learn"> Group Travels</li></a>
       <li> <a href=_"blank" "https://www.freecodecamp.org/learn" > Private Tours</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="its first child."></img></a> <figcaption>its second child</figcaption>
     </figure>
     <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="its first child."></img></a> <figcaption>its second child</figcaption>
     </figure>
     <figure>
     <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="its first child."></img></a> <figcaption>its second child</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

i got it
thanks

double check what you have written here

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