Tell us what’s happening:
I don’t know why step 31 is the only issue and my codes are all correct
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="name">
<title>Travel Agency Page</title>
</head>
<body>
<h1>Poland</h1>
<p>comfort and accomodation</p>
<h2>Packages</h2>
<p>cookies andjunks</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="colosseo">
</a>
<figcaption>Colosseo</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps">
</a>
<figcaption>Alps</figcaption>
</figure>
<figure>
<a href="https://www.frecodecamp.org/learn"target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea">
</a>
<figcaption>Sea</figcaption>
</figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page