Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Why are question 5 and question 31 not correct? In my opinion, everything is correct.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="description" content=></meta>
    <meta charset="UTF-8"</meta>
    <title>Zezin Viagens</title>
  </head> 
  <body>
    <h1> Zezin Viagens & Cia</h1>
    <p> Temos viagem para todos os cantos, desde Onde Judas Perdeu As Botas, até Narnia</p>
    <h2>Packages</h2>
    <p>De Vila Rica - MT até Narnia apenas $100</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="www.freecodecamp.org/learn" target="_blank">
         <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="collosseo in rome" href="www.freecodecamp.org/learn" target="_blank"></img> 
          </a>
          <figcaption>Ah oreia seca</figcaption>
          </figure>
        <figure>
          <a href="www.freecodecamp.org/learn" target="_blank">
          <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="the alps" href="www.freecodecamp.org/learn" target="_blank"></img>
          </a>
           <figcaption>Do jeito q deve ser</figcaption>
          </figure>
        <figure>
          <a href="www.freecodecamp.org/learn" target="_blank">
          <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="the sea" href="www.freecode.org/learn" target="_blank"></img>
          </a>
           <figcaption>Top de linha</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/141.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi.

The below meta is missing some information. Look for HTML boilerplates to figure out what might be missing.

Also, images are sel-closing tags meaning they do not a closing tag. Lastly, only apply the HREF attribute to the necessary anchor tags, do not apply them on the images.