Tell us what’s happening:
My code is still marked as wrong because it doesn’t fit this criteria what’s wrong with my code? 2. You should have an html element with lang set to en. 3. You should have a head element within the html element. 9.You should have a body element within your html element.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="description" content="Discover curated travel experiences, seamless itineraries, and exclusive deals tailored to every destination. Plan your next adventure with our trusted travel agency for stress-free booking and unforgettable journeys.">
<title>Bob's Travel Agencies</title>
</head>
<body>
<h1>Travel Destinations</h1>
<p>Explore worldwide destinations, customized tours, and unforgettable travel experiences designed to match every budget and adventure style.</p>
<body>
<h2>Packages</h2>
<p>Choose from a range of curated travel packages, including all-inclusive beach getaways, guided cultural tours, thrilling adventure trips, and budget-friendly weekend escapes tailored to every type of traveler.</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">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="A photo of the sea">
</a>
<figcaption>Explore the sea</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="A photo of the Alps">
</a>
<figcaption>Explore the Alps</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="A photo of the Colosseum">
</a>
<figcaption>Explore the Colosseum</figcaption>
</figure>
<html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page