Tell us what’s happening:
cant get the right page . and i am unable to fix those errors
Your code so far
<!DOCTYPE html>
<html lang="en">
<head >
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meat description="This page is about Traveling">
</head>
<body>
<h1>Delhi</h1>
<p>Hello everyone if you travel with our agency you will have garb a chance to get the free coupons for your next trip</p>
<h2>Packages</h2>
<p>If your are coming with family package is₹5000/-
you are traveling solo then the package is ₹7000/-
</p>
<ul>
<li><a href="https://https://www.freecodecamp.org/learn. " target="_blank">Group Travels</a></li>
<li><a href="https://https://www.freecodecamp.org/learn. " target="_blank">Private Tours</a></li>
</ul>
<h2>Top Itineraris</h2>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg">
<a href="" target="_blank"> Delhi</a>
<figcaption>This is the Captial of country</figcaption>
</figure>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg">
<a href="" target="_blank"> Banglore</a>
<figcaption>Garden city of india</figcaption>
</figure>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg">
<a href="" target="_blank"> Rajasthan</a>
<figcaption>pink city of india</figcaption>
</figure>
</body>
</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