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>
