Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i really cant find whats wrong w my code lol. pls help me

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="Explore exciting travel packages and tours in Tokyo, including group trips, private tours, and cultural experiences.">
  <title>Travel Agency Page</title>
</head>
<body>
  <h1>Discover Tokyo</h1>

  <p>Embark on an unforgettable journey through Tokyo, where culture, cuisine, and innovation collide.</p>

  <p>We offer a range of exciting travel packages designed for all types of travelers, from group adventures to private guided tours.</p>
  <ul>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank" rel="noopener noreferrer">Group Travels</a></li>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank" rel="noopener noreferrer">Private Tours</a></li>
  </ul>
  <h2>Packages</h2>
  <p>Packages are good</p>
  <ul>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank" rel="noopener noreferrer">Package 1</a></li>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank" rel="noopener noreferrer">Package 2</a></li>
  </ul>
  <h2>Top Itineraries</h2>
  <p>List</p>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank" rel="noopener noreferrer">
      <img src="https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=800&q=80" alt="Tokyo skyline at night">
    </a>
    <figcaption>Experience the stunning Tokyo skyline from above.</figcaption>
  </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank" rel="noopener noreferrer">
      <img src="https://images.unsplash.com/photo-1502082553048-f009c37129b9?auto=format&fit=crop&w=800&q=80" alt="Sensoji Temple in Asakusa during the day">
    </a>
    <figcaption>Discover the serenity of Sensoji Temple, Tokyo’s oldest Buddhist temple.</figcaption>
  </figure>
  <figure>
    <a href="https://www.freecodecamp.org/learn" target="_blank" rel="noopener noreferrer">
      <img src="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=800&q=80" alt="Crowds crossing at Shibuya in Tokyo">
    </a>
    <figcaption>Feel the energy at the world-famous Shibuya Crossing.</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/134.0.0.0 Safari/537.36 OPR/119.0.0.0 (Edition ms_store_gx)

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @CarlaTheodoro

Shouldn’t the Group Travels and Private Tours list go under the Packages heading?

Happy coding