Step 31 -Build a travel agency page

<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="description" content="Find your Dream Destination at the cheapest price!">
    <title>Travel Agency Page</title>
  </head>
  <body>
<section>
    <h1>Barcelona, Barbados, Cyprus, Turkey and Many More...</h1>
    <p>We have many travel oppurtunities at affordable prices!</p>
</section>
<section>
    <h2>Packages</h2>
    <p>We have many affordable packages available for all! Family holidays, Couples holidays, Solo holidays, Budget Holidays and much more!</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="colosseom in rome">
     </a>
      <figcaption>Visiting the colloseum in rome</figcaption>
    </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="the alps">
      </a>
      <figcaption>Hiking in the Swiss 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 sea">
      </a>
    <figcaption>Sailing to remote surfing spots</figcaption>

  </body>
</html>

Hey, look closely at your list elements

it still looks right to me, is it a wrong spelling?

Its a typo, compare these two and try spot it

  • <a href"https://www.freecodecamp.org/learn"
    <a href=“https://www.freecodecamp.org/learn

  • facepalms found it ahahaha thank you so much

    1 Like