Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I have trouble to pas step 31 I have try everything and can do it can someone help please and thank you

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Getaway Travels</title>
    <meta charset="UTF-8">
    <meta name="description" content="Best places to go for vacations with the whole family" />
</head>
    <body>
      <h1> The Best gateway Italy</h1>
      <p>The best beaches on Europe are in Italy. You can explore the little islands around take many tours. Plus have the greatest pizza.</p>
      <h2>Packages</h2>
      <p> You could go exploring to the great colosseum in the group travels . Our you could be on the beaches taking a sunbaths in your private tours</p>
      <ul>
        <li>Great experience exploring and knowing new people in a <a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
        <li>Or having a pleasure time by yourself or love ones in a <a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a></li>
         </ul>
         <h2 elm>Top Itineraries</h2 elm>
             <figure>
               <a herf="https://www.freecodecamp.org/learn" target="_blank">
               <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The great colosseum" target="_blank"></a>
               <figcaption>Watching the beautiful Colosseum.</figcaption>
               </figure>
               <figure>
                 <a herf="https://www.freecodecamp.org/learn" target="_blank">
                 <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Beautiful passage in Italy" target="_blank"></a>
          <figcaption>Exploring the country</figcaption>
                 </figure>
                 <figure>
                   <a herf="https://www.freecodecamp.org/learn" target="_blank">
                   <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Italy beaches" target="blank"></a>
                   <figcaption>Swimming in the beach</figcaption>
                   </figure>
               
           
         
      
      </body>
      </html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi.

Check for typos:

<a herf="

Thanks that was the problem

1 Like