Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I’m currently stuck at step 5 and 31, I don’t understand what is asking
thank you in advance

Your code so far

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="paris">
    <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>the destination is paris</h1>
    <p>pour la france</p>
    <h2>Packages</h2>
    <p>baguette et tout</p>
    <ul>
      <li><a herf="https://www.freecodecamp.org/learn" target="_blank" >Group Travels</a></li>
      <li><a herf="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a></li>
    </ul>
    <h2>Top Itineraries</h2>
  <figure>
    <a herf="https://www.freecodecamp.org/learn" target="_blank">
     <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="pas paris">
    </a>
    <figcaption>je ne sais pas</figcaprion>
  </figure>
  <figure>
    <a herf="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="la france">
    </a>
    <figcaption>je c ou c en france</figcaption>
  </figure>
  <figure>
   <a herf="https://www.freecodecamp.org/learn" target="_blank">
    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="je c pas c quoi">
    </a>
    <figcaption>je c pas ou c</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/135.0.0.0 Safari/537.36 Edg/135.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi. You have put the wrong value inside your name attribute in the meta element. Look at test 5 - that gives the value.

See story 4 - you need to add the content attribute.

You have a spelling error in your href attributes. “href” not “herf”