Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

my coding is not working it keeps throwing out a warning

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 amazing travel destinations with our expert agency." />
    <title>Travel Agency Page</title>
    <link rel="stylesheet" href="/styles.css" />
  </head>
  <body>
    <h1 id="title">Explore Our Travel Destinations</h1>
    <p>S
    <h2> Packages</h2>
    <p>Discover breathtaking locations and unforgettable experiences around the world.</p>
  </body>
</html>   
 We offer a variety of travel packages tailored to your interests and budget.    
<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> Packages</h2>

    </ul>
  </body>
</html>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a></li>
<h2>Top Itineraries</h2>
<figure>
  <a href="https://example.com">
    <img src="https://via.placeholder.com/150" alt="Description of image" />
  </a>
  <figcaption>Some descriptive text</figcaption>
</figure>

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 Edg/143.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi

There are a few error messages coming up when I run it (it works fine for me).

Can you please say what the errors are and what you have tried to fix them?

The basic structure of your HTML is incorrect. Please review this lecture about the importance of using an HTML boilerplate to start your projects: Understanding the HTML Boilerplate - What Is an HTML Boilerplate, and Why Is It Important? | Learn | freeCodeCamp.org

You can also learn how to use an HTML validator to help you until you’re more comfortable with HTML:
https://validator.w3.org/#validate_by_input

Just copy/paste your code into the text area and check/fix your errors until the validator says your code is okay.