Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

  1. Each a element should have an href attribute with the value of https://www.freecodecamp.org/learn. Don’t forget the links in the list items.
    Waiting:
  2. Each a element should have a target attribute with the value of _blank. Don’t forget the links in the list items.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description" content="HTML, CSS, JavaScript">
    <title>Travel Agency page</title>
  </head>
  <body>
    <h1>Travel of Tirupathi</h1>
    <p>to see for devotional temples</p>
    <h2>Packages</h2>
    <p>Travel packages offer a convenient way to plan and enjoy a vacation, often including flights, accommodation, and activities. Here's a look at some popular options:</p>
    <ul>
      <li><a href="">Group Travels</a></li>
      <li><a href="">Private Tours</a></li>
    </ul>
    <h2>Top Itineraries</h2>
    <figure>
      <a href=""><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="image"></a>
      <figcaption>This is a colosseo</figcaption>
    </figure>
    <figure>
      <a href=""><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></a>
      <figcaption>This is a alps</figcaption>
    </figure>
    <figure>
      <a href=""><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"></a>
      <figcaption>This is a sea</figcaption>
    </figure>
    <ul>
    <li><a href="https://www.freecodecamp.org/learn"  target="_blank">link</a></li>
    <li><a href="https://www.freecodecamp.org/learn"  target="_blank">link</a></li>
    <li><a href="https://www.freecodecamp.org/learn"  target="_blank">link</a></li>
    <li><a href="https://www.freecodecamp.org/learn"  target="_blank">link</a></li>
    <li><a href="https://www.freecodecamp.org/learn"  target="_blank">link</a></li>
    </ul>
  </body>
</html>
    

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum :wave:

Please share which lines of code fulfill these requirements.

We see you have posted some code but did you have a question?

(You have not filled out the “Tell us what’s happening:” field above)