Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I have placed a <target=“_blank”> for each but it is telling me it is not complete. Can someone overlook it to make sure I am doing this correctly? Thanks!

Your code so far

<!DOCTYPE html>
<html lang="en">
<html>

<head>
    <meta name="description"
    content="The leading tour, where you can get the most out of your lavish vacation!">
    <meta><charset="UTF-8">
    <title>Ryhan's Travel Agency </title>
</head>

<body>
  <h1>Florence, Italy</h1>
  <p>Come and see what Florence haves to offer! Take a step in history where you can find the staue of David or become a chef and make your own authentic pasta! No matter what memories you decide to make the options will be endless!
  <h2>Packages</h2>
  <p>Tour the Galleria dell'Accademia, where you will find some of the most amazing sculptures mankind haves to offer. After touring try a ccoking class at Mama Florence where you prepare your own pasta dish!
    <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" targer="_blank">
  <img src="https://www.villalamassa.com/wp-content/uploads/2023/01/1024_duomo" alt="picture of duomo">
  </a>
  <figcaption> A picture of the duomo in Italy</figcaption>
  </figure>

<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://www.planetware.com/photos-large/l/italy-collosseum-day.jpg" alt="Colosseum in Rome">
  </a>
  <figcaption> The colosseum in Rome </figcaption>
</figure>

<Figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://www.planetware.com/wpimages/2020/08/italy-top-attractions-pantheon.jpg" alt="pantheon">
  </a>
  <figcaption> Pantheon in italy </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/139.0.0.0 Safari/537.36 Edg/139.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page

always double check for typos

1 Like

me too i am having that issue to

hi @emmanueljoseph223300 please create your own topic, we are unable to help you in someone else’s topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.