Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Cant pass step 31, please help, whats the problem ive use ctrl+c,Ctrl+v method

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Travel Agency Page</title>
    <meta name="description" content="OFFICIAL website of tour operator Coral Travel. Buy tours online to Turkey, UAE, Egypt, Thailand, discounts and promotions from a reliable tour operator" />
  </head>
  <body>
    <main>
   <h1>Discover Dubai</h1>
   <p>Beaches, amazing buildings, luxury cars and more featers of that "city of the future" you will descover with us!</p>
    <h2>Packages</h2>
    <p>We offer to you 2 ways to start your adventure in the UAE</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://www.bahwanmge.com/wp-content/uploads/2024/10/Burj-Khalifa1.jpg" alt="Burj Khalifa"></a>
      <figcaption>Amazing buildings</figcaption>
      </figure>
      <figure>
        <a href"https://www.freecodecamp.org/learn" target="_blank"><img src="https://static.tildacdn.com/tild3935-3863-4266-b532-653639323638/loon-image-original_.jpg" alt="Kite Beach"></a>
        <figcaption>Sunny Beaches</figcaption>
        </figure>
        <figure>
          <a href" https://www.freecodecamp.org/learn" target="_blank"><img src="https://www.holidify.com/images/cmsuploads/compressed/7617278180_de0b3076d9_o_20180830123556.jpg" alt="Barasti Club"></a>
          <figcaption>Wild Night Life</figcaption>
          </figure>
      </main>
      </body>
      </html>

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi and welcome to the community!
Check any of your anchor elements, and see if there is anything missing. Especially after href.
Good luck!

are you missing the = sign on your “a href” after figure? I just started so just a guess

1 Like

One of your anchor elements is missing an = sign.

1 Like