Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Please help I’m stuck at 26 and 28 please chevalier my code, I think it looks perfect

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head> 
   <title>Travel Agency Page</title><meta charset="UTF-8">
   <meta name="description" 
   content="a very exciting place to travel and grasp some culture"/> </head> 
   <body> <h1>Discover the south east</h1> 
   <p>Festivals,dance,food and culture. select between our guided tour and excursions, theres alot to choose from and live a heart racing experience visiting the south east</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"</a>Group Travels </li><li><a href="https://www.freecodecamp.org/learn" target="_blank"</a>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="The Shire">
</a>
        <figcaption>The Shire</figcaption>
       </figure>
       <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Imladris"></a>
         <figcaption>frosty foggy mountains</figcaption>
       </figure>
       <figure>
         <a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The Misty Mountains"></a>
         <figcaption>The weird orcean s</figcaption>
       </figure> 
       </body>
       </html> 
     
      

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @Immaculate1!

Please review User Story #9. Is the syntax correct to enclose “Group Travels” and “Private Tours” in your anchor elements?

It will be a lot easier for you to debug your code going forward if you format it. This run-on code is difficult to read!

Happy coding!