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