Build a Travel Agency Page - Build a Travel Agency Page

I cant seem to get the title nor the unordered list correct. These are my main 2 concerns.

<!DOCTYPE html>

<html lang="en">
  <head>qS
    <meta charset="utf-8">
    <title="Travel Agency Page"></title>
    <meta name="description" content="A travel agency for the Alabama">
    <h1> The Wonders of Alabama </h1>
    <p> Alabama offers diverse attractions, from historical landmarks and natural beauty to unique experiences. Consider visiting iconic sites like the Birmingham Civil Rights Institute and the USS ALABAMA Battleship Memorial Park.</p>
    <h2> Packages </h2>
    <p> We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of U.S. Space & Rocket Center and Gulf State Park.</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" </a> <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo">
      <figcaption> Rome Colosseo </figcaption>
      </figure>
      <figure>
        <a href="https://www.freecodecamp.org/learn"target="_blank" </a> <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps">
        <figcaption> The Alps </figcaption>
        </figure>
        <figure>
          <a href="https://www.freecodecamp.org/learn"target="_blank" </a> <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea">
          <figcaption> The Sea </figcaption>
          </figure>
  </head>
</html>

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

i know plenty is wrong here so if you can help in others ways please do i have updated it and put the closing under my meta and added a body to nest everything

i fixed my title i realize that i did it wrong i also added the closing head under my met and nested the rest in a body but still struggling with my unordered list.

hello and welcome to fcc forum :slight_smile:

good to see you’re resolving those issues by yourself, very nice :slight_smile:

share your current code snippets and where exactly its failing…

happy coding :slight_smile:

what are you struggling with in particular for the unordered list?

Welcome to the forum @WRM

The anchor opening tag seems to be missing a closing angular bracket.

Happy coding