Build a Travel Agency Page

Problem number 31. I can not seem to see the problem. Please help.

<meta charset="utf-8">

<title>Travel Agency Page</title>

<meta name="description" content="Travel Packages">
<h1>Travel</h1>

  <p>Choose a travel package that interests you best</p>

<h2>Packages</h2>

  <p>There are three packages to choose from.</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="Colosseum"></a> <figcaption>Colosseum</figcaption>

  </figure>

  <figure>

    <a href="https://www.freecodecamp.org/learn" target="\_blank">

    <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Mountains"></a><figcaption>Mountains</figcaption>

  </figure>

  <figure>

    <a href="https:www.freecodecamp.org/learn" target="\_blank">

    <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Sea"></a><figcaption>Sea</figcaption>

  </figure>

</body>

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.