Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Step 32 …the last step is where i am stuck. What could be the problem?

Your code so far

<html>
  <!DOCTYPE html>
  <html lang="en"></html>
  <head>
    <meta charset="utf-8">
    <meta name="description"content="Travel Agency Page">
    <title>Travel Agency Page</title>
   </head>
   <body>
     <h1>Travel Opportunities</h1>
     <p>Introducing Our Travel Opportunities</p>
     <h2>Packages</h2>
     <p>Witness the beauty of our world through our special travel packages.</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">
         <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg"alt="colosseo" href="https://www.freecodecamp.org/learn"target="blank"></img>
         </a>
         <figcaption>The Roman Colosseum</figcaption>
         </figure>
         <figure>
           <a href="https://www.freecodecamp.org/learn"target="blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="The beautiful Alps"href="https://www.freecodecamp.org/learn"target="blank"></img>
           </a>
           <figcaption>The Alps</figcaption>
           </figure>
           <figure>
             <a href="https://www.freecodecamp.org/learn"target="blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="The calm sea"href="https://www.freecodecamp.org/learn"target="blank"></img>
             </a>
             <figcaption>The beauty of the calm sea</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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Have a look at the value of your target attributes against the instructions.

target="blank"
1 Like