Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t get through the test number 22,26,28,39 and 32

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="description" content="This is a travel agency page where you can get upto date imformations concerning travels tours.">
    <meta charset="UTF-8">
    <title>Landmark travels tours</title>
  </head>
  <body>
    <h1>Hello Nigeria</h1>
    <p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Nigeria.</p>
    <h2>Packages</h2>
      <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.</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</li>
      </ul>
    <h2>Top Itineraries</h2>
      <figure><a href="https://www.freecodecamp.org/learn"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="coloosseo"></a><figcaption>Abuja</figcaption></figure>
      <figure><a href="https://www.freecodecamp.org/learn"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Alps"></a><figcaption>Lagos</figcaption></figure>
      <figure><a href="https://www.freecodecamp.org/learn"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Sea"></a><figcaption>Kaduna</figcaption></figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Please check carefully to make sure all of your HTML elements that are not void have both an opening tag and a closing tag. Also, check that all of your anchor elements have href and target attributes.

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