Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I have no idea what is wrong with my code. It keeps telling me steps 16 & 17 failed.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="This website allows you to book tours around Greece either in groups, or in private.">
    <title>Visit Greece!</title>
    </head>
    <body>
    <h1>Visit Greece!</h1>
    <p>Storie, Language, Arts and more in the country of Greece(Hellenic Republic). Do whatever within the law and visit many cool tourist attractions. Come visit today.<p>
    <h2>Packages</h2>
      <p>This is a brief explanation fo the various packages.</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="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/The_Parthenon_in_Athens.jpg/250px-The_Parthenon_in_Athens.jpg" alt="The Parthanon on the Acropolis of Athens">
        </a>
        <figcaption>The <strong>Parthenon</strong> on the <strong>Acropolis of Athens</strong>, icon of classical Creece</figcaption>
        </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn" target="_blank">
          <img src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Athen_Odeon_Herodes_Atticus_BW_2017-10-09_13-12-44.jpg/330px-Athen_Odeon_Herodes_Atticus_BW_2017-10-09_13-12-44.jpg" alt="The Odeon of Herodes Atticus in Athens">
          </a>
          <figcaption>The <strong>Odeon of Herodes Atticus</strong> in Athens, Built in 161 AD</figcaption>
          </figure>
          <figure>
            <a href="https://www.freecodecamp.org/learn" target="_blank">
            <img src="//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/White_Tower_and_Beach_front.jpg/250px-White_Tower_and_Beach_front.jpg" alt="The White Tower of Thessaloniki">
            </a>
            <figcaption>The <strong>White Tower of Thessaloniki</strong>, one of the best-known Ottoman structures remaining in Greece</figcaption>
  </body>
  </html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

what are those tests for?

NVM. I fixed it. I just forgot to add a forward slash in my first closing p element.