Tell us what’s happening:
So it’s saying I have step 31 wrong, and I cannot figure out where. I have looked over it over and over again. Is there something I’m missing??
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="travel agency info">
</head>
<body>
<h1>Visit Japan!</h1>
<p>Travel to the far east and experience the food, culture and nature of Japan.</p>
<h2>Packages</h2>
<p>We offer a variety of experiences catered to the individual needs of our customers. Explore architecture and religious temples, view the fashion and entertainment districts of Tokyo, explore natural forests and historical cities such as Kyoto, or explore the strange and wonderful of places like Ikebukuro. There's something for everyone!</p>
<ul>
<li><a href src="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
<li><a href src="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://www.universalweather.com/blog/wp-content/uploads/2019/07/tokyo-ops-7-19.jpg" alt="Tokyo"></a>
<figcaption>Tokyo, Japan Tour</figcaption></figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://www.hertz.com/content/dam/hertz/global/blog-articles/planning-a-trip/kyoto-japan/kyoto-header.rendition.medium.jpg" alt="Kyoto"></a>
<figcaption>Kyoto, Japan Tour</figcaption></figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://www.youngpioneertours.com/wp-content/uploads/2025/08/photo_2025-08-05-14.18.47.jpeg" alt="Aokigahara"></a>
<figcaption>Aokigahara to Mount Fuji Tour</figcaption></figure>
</body>
</html>
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
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page