Tell us what’s happening:
I have created the webpage by following the instructions as it is, but my test error asks me to fix my 2nd element, and asks me to mention about the various packages.
I have tried and tested many ways to write about it, but I am still getting this error. what or where am I going wrong?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Travel Agency Page
</title>
<meta property="og:title" content="Find the best deals for your vacations">
<meta name="description" content="Your travel plans taken care by us">
</head>
<body>
<h1>Smart Travel Agency</h1>
<p>Discover amazing deals for your vacation choices, along with our complimentary 2 days stay that comes free of cost when you book your vacation with us!</p>
<p>
<h2>Packages</h2>
<p>We offer various travel packages to meet all the client needs, from goup packages to private packages. click on the link below to know more!</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">Pivate 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/colosseo.jpg" alt="Rome image"></a>
<figcaption>Rome and Center Italy</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="parks"></a>
<figcaption>Nature and National Parks
</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="italy"></a>
<figcaption>South Italy and Islands
</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/150.0.0.0 Safari/537.36 Edg/150.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page