Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t say why my codes refused to pass. Pls anyone can help me?

Number 26 and 28

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 Nigeria'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</a></li>
    </ul>
    <h2>Top Itineraries</h2>
    <figure><a href="https://www.freecodecamp.org/learn" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo"></img><figcaption>Seren city of Lagos</figcaption></figure>
    <figure><a href="https://www.freecodecamp.org/learn" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></img><figcaption>Mountain falls Kaduna</figcaption></figure>
    <figure><a href="https://www.freecodecamp.org/learn" target="_blank"></a><Img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"></img><figcaption>Beautiful city of Enugu</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

hello!

The images should be inside your <a></a> elements. On a side note, the img element is a void element and do not require a closing </img> tag and (img) should be in lowercase.

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