Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

struggling to complete the 32nd test. i’ve tried to rewrite and change things but cant seem to get the _blank to work

please dismiss me hating on montreal didnt think anyone would see this haha

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta
       name="description"
       content="travel agency"/>
    <title>Travel Agency Page</title>   
  </head>
  <body>
      <h1>Discover Montreal</h1>
      <p>From the pot hole filled roads, to the piss filled alleys, you'll hate every second in beautfiul Montreal!</p>
      <h2>Packages</h2>
      <p>we dont offer packages because montreal sucks and is expensive af</p>
      <ul>
        <li><a href="https://www.freecodecamp.org/learn">Group Travels</a></li>
        <li><a href="https://www.freecodecamp.org/learn">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"></a>
          <figcaption>The beautiful 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="colosseo"></a>
         <figcaption>ze beautiful alps</figcaption>
         </figure>
       <figure>
         <a href="https://www.freecodecamp.org/learn" target="_blank">
         <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="colosseo"></a>
         <figcaption>look at dat 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/141.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Don’t forget the links in the list items.

did you remember to check on those?

1 Like

omg i was only putting them for the picture links! thank you so much

1 Like