Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Please help with steps 26,28, and 31 I can’t figure out what’s wrong.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta
    name="description"
    content="travel agency info"
    />
    <meta charset="UTF-8">
    <title>Travel Agency Page</title>
      </head><body></body>
      </html>
    <h1>Travel Destinations></h1>
    <p>Travel Opportunities</p>
    <h2>Packages</h2>
    <p>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://freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colloseum rome" </a>
      <figcaption>colloseum in Rome. </figcaption>
      
      </figure>
  <figure> 
      <a href="https://freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alp mountains" </a>
      <figcaption>snowy alp mountains. </figcaption>
  </figure>
  <figure>
      <a href="https://freecodecamp.org/learn" target="_blank"> <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="red sea" </a>
      <figcaption>calm red sea.</figcaption>
  </figure>

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

What are tests 26, 28, and 31?

What debugging have you tried?

What lines of code do you think satisfy these tests?