Tell us what’s happening:
why is my 16) and 17) wrong. i dont understand!!! i have a p element with all the package details and i also have the unordered list and list items as well. so what is the problem here?? anyone help me out with proper explaination and reason.thanks
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travel Agency Page</title>
<meta name="description" content="the most visited travel site">
</head>
<body>
<h1>Travel the world with us</h1>
<p>Hi,we are travelglobal.we have evreything a traveller needs. a one stop destination to all your travel necessities.come visit us and we'll make your travel a life time experience.<p>
<h2>Packages</h2>
<p>Our packages include:-fooding, lodging, medical expenses.guided tours,hiking,from popular spots to lesser known spots and locations,and also includes fares and other fees.For group travels, the prices will be little cheaper compared to our private tours but less flexible. For our private tours, a little premium package but all the bells and whistles you can ask for.</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/colosseo.jpg" alt="a roman collosal"></a><figcaption>The collosal in rome</figcaption></figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="the mighty alpines"></a><figcaption>Hike on the mighty alpines</figcaption></figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="turquoise sea"></a><figcaption>A boat ride on the blue sea</figcaption></figure>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page