Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I can’t pass Instruction no.22 that says I should have an h2 element after your unordered list. When I check where the problem is… I don’t see it. Where did I go wrong?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="description"
     content="Travel Agency Page">
    <title>Travel Agency Page</title>
  </head>
  <body>

    <h1>Discover Italy</h1>
      <p>
      Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.
      </p>

    <h2>Packages</h2>
      <p>
      We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.
      </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="Rome and Center Italy"></a>
      <figcaption>Rome and Center Italy</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Nature and National Parks"></a>
      <figcaption>Nature and National Parks</figcaption>
    </figure>
    <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="South Italy and Islands"></a>
      <figcaption>South Italy and Islands</figcaption>
    </figure>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Does your closing UL tag look correct here? Hint youre missing something

1 Like

IM SO STUCK ON THIS TO!!!

I mentioned in another post. Please do not use other posts to ask for help. Please make your own

I JUST FINISHED IT :l

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.