Build a Travel Agency Page - Step 8

Tell us what’s happening:

HELP i don’t know why i can’t complete

Your code so far

<!DOCTYPE html>
  <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="description" content="to dicover the best place to travel"
      <title>Travel Agency Page</title>
    </head>
    <body>
        <h1>2025 Best Destinations for Travel</h1>
        <P>Also perfect for wedding</P>
        <h2>Packages</h2>
        <p>There are two option for travel. one for the solo traveler and one for the group traveler</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="image"></a>
          <figcaption>i don't know what to say</figcaption>
          </figure>

          <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank">
          <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="image"></a>
          <figcaption>i don't know what to say</figcaption>
          </figure>

          <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank">
          <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="image"></a>
          <figcaption>i don't know what to say</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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum :wave:

Do you get any errors or hint messages?

Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

1 Like

Hey Champ, Can You Describe at what of code are you facing error ?

Welcome to the forum @kfleo43

Try closing the meta element with an angular bracket.

Happy coding