Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I don’t know why step 31 is the only issue and my codes are all correct

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="name">
    <title>Travel Agency Page</title>
  </head> 
  <body>
    <h1>Poland</h1>
    <p>comfort and accomodation</p>
<h2>Packages</h2>
<p>cookies andjunks</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="colosseo">
  </a>
  <figcaption>Colosseo</figcaption>
</figure>

<figure>
  <a href="https://www.freecodecamp.org/learn" target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps">
  </a>
  <figcaption>Alps</figcaption>
</figure>
<figure>
  <a href="https://www.frecodecamp.org/learn"target="_blank">
  <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea">
  </a>
  <figcaption>Sea</figcaption>
</figure>

</body> 
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Please check your href attribute value here and there should be a space between attributes.

I just did that now, and its still the same

Please share your updated code

Also, please open just one topic per lab or step. You’ve opened duplicate threads asking about the same thing.

https://forum.freecodecamp.org/t/build-a-travel-agency-page-build-a-travel-agency-page/753275?u=mishal

Are you linking back to your original code?

You can copy/paste your updated code in a new comment to this thread.

Please also respond with words of explanation, not just a link?