I have failed to figure out whats wrong with my code and not passing at 19,22,26,28,31 and 32.. Any help is appreciated. Thanks

<!DOCTYPE html>
  <html lang = 'en'>
    <head>
      <meta charset = 'utf-8' />
      <meta name = 'description' content='A travel agency page' />
      <title>Travel Agency Page</title>
    </head>
<body>
<h1>Explore America</h1>
<p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring America.</p>

<h2>Packages</h2>
<p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover America's lesser-known sides.</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='beautiful building' /></a>
<figcaption>beautiful building</figcaption>
</figure>

<figure>
<a href= 'https://www.freecodecamp.org/learn' target = '_blank'><img src='https://cdn.freecodecamp.org/curriculum/labs/alps.jpg' alt='Beautiful Nature' /></a><figcaption>Beautiful Nature</figcaption>
</figure>

<figure>

  <a href= 'https://www.freecodecamp.org/learn' target = '_blank'><img src='https://cdn.freecodecamp.org/curriculum/labs/sea.jpg' alt='Beautiful Sea' /></a>
    <figcaption>Beautiful Sea</figcaption>
</figure>
</body>

Hey, @Hassan256 can you post which exercise you are working on?

please share the link to the project

Iam working on the Travel Agency Page

Can you send the link to the specific challenge

thank you for telling us, please next time you need to ask for help on the forum can you create a forum post using the HELP button? (more details below), for this time this topic will be fine.

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.

Sure. (https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page)

Hey you didn’t close your html tag

ok, let’s see. i see that the first failing test is

  1. You should have an html element with lang set to en .

You will need to add the missing piece of the html element

Here you forgot to close the a element at the end it should be </a>

I fixed those and the code passes! You try it

Indeed. Thanks very much bro. it has worked out :handshake:

1 Like

Happy to help @Hassan256 :sparkles: :smiley: