Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

My second h2 element appears as if it has a link embedded in it but there is none. I keep getting that mistake and it comes as wrong.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>The Latam Travel Agency</title>
    <meta charset="UTF-8" />
    <meta name="description" content="Best prices and package tours for travelling to South America" />
      <h1>Travel Destinations</h1>
      <p>Travel to any South American country with the best prices in the market, tailored tour packages and fantastic experiences.</p>
      <h2>Packages</h2>
      <p>Hotel + historical places; Hotel + trips to natural places; and many more packages.</p>
    <ul>
      <li> <a href="https://www.freecodecapm.org/learn" target="_blank">Group Travels</a></li>
      <li> <a href="https://www.freecodecapm.org/learn" target="_blank">Private Tours</li>
    </ul>
    <h2>Top Itineraries</h2>
      <figure>
        <a href="https://www.freecodecapm.org/learn" target="_blank"><img src="https://media-cdn.tripadvisor.com/media/attractions-splice-spp-674x446/09/cd/ef/16.jpg" alt="Cuzco"</a><figcaption><i>Fig.1</i>Machu Picchu</figcaption>
      </figure>
      <figure></figure>
      <figure></figure>
  </head>
  <body></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

Hi. You haven’t closed the anchor tag after Private Tours.

You have also omitted a closing tag on the img element.

There are other errors in your code that you haven’t asked about.

Yes. I’m now struggling with item test 31, I can’t have that one right. It’s the only one.

Can you post your updated code?

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Hi @lmartinez2003 Can you please open a new topic for your query on this project.

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.

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').