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