Tell us what’s happening:
where am i getting it wrong please, i am trying but i don’t seem to figure it out
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
<meta name="description"content="Travel around the world from the eye of a photographer">
</head>
<body>
<h1>THE BEAUTY OF ITALY<h1>
<p>Explore all the wonders of the continent</p>
<h2>Packages</h2>
<p>family travels and friends</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn"target="_blank"</a>Group Travels</li>
<li><a href="https://www.freecodecamp.org/learn"target="_blank"</a>Private Tours</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="Rome">
<figcaption>beauty of rome</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn"target="_blank"</a><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"alt="National Park"
<figcaption>national park</figcaption>
</figure>
<figure>
<a href=" https://www.freecodecamp.org/learn"target="_blank"</a><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"alt="Island">
<figcaption>islands</figcaption>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page