Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Travel Agency Page

Destinations for the next summer vacation in 2025

This is a summary of ideas for vacation destinations that combine cultural, nature and aspects of my main hobby, that is surfing.

Packages

There are two option of packages to choose from. One for solo travellers and one for a group travellers or a solo traveller who wants to meet new people

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="travelpage">
    <title>Travel Agency Page</title>
  </head>
  <body>
    <h1>Great Places to Travel in 2026</h1>
    <p>Looking for a place to go this Spring, Summer or Fall.</p>
    <h2>Packages</h2>
    <p>We offer trip with other guests in our Group Travel Trips, or you alone or with a friend can take a private trip.</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>
    <p> These are 6 of our top places to book throughout the world.</p>
    <ol>
      <li>
        <figure>
          <figcaption>A Winter Destination</figcaption>
          <a href="https://cdn.freecodecamp.org/learn" target="_blank">Skiing<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"</a>
        </figure>
    </li>
    <li>
        <figure>
          <figcaption>Going to the Beach</figcaption>
          <a href="https://cdn.freecodecamp.org/learn" target="_blank">Swimming<img src="https://cdn.freecodecamp.org/sea.jpg"</a>
        </figure>
      </li>
      <li>
        <figure>
          <figcaption>Wanna Take a Cruise</figcaption>
          <a href="https://www.freecodecamp.org/learn" target="_blank">Cruise<img srch="https://cdn.freecodecamp.org/sea.jpg" alt="crusing"></a>
        <figure>
      </li>
      <li>
        <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="collosseum">Roman Colosseum</>
        <a href="https://www.freecodecamp.org/learn" target="_blank">Rome</a>
      </li>
      <li>
        <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="snow">Wanna See Snow</>
        <a href="https://www.freecodecamp.org/learn" target="_blank">The Alps</a>
      </li>
      <li>
        <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="sea">Beutiful Sea</>
        <a href="https://www.freecodecamp.org/learn" target="_blank">More Water</a>
      </li>
      </ol>
  </body>
  </html>  

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @aarnett73!

Can you talk about what tests you are failing and what you have tried to debug your code so far?

Also, until you are more comfortable with HTML, you can always use this HTML validator to check your code:

https://validator.w3.org/#validate_by_input

Just copy/paste your code into the text area then check/fix until it says your code is okay.