Tell us what’s happening:
am having problems with exercise 9,26 and 28 pls help me out
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="tour guide">
<title>De Peak Travel agency</title>
<body>
<h1>WELCOME TO CARLIFORNIA</h1>
<p> we offer you the best travel opportunities to any country of your choice</p>
<h2>Packages</h2>
<p> There are two different packages.The first is the GOLD Package:this package offers limited travel and limited sight seeing and the second package is the PREMIUM Package this beautiful package offers you unlimited travel and unlimited sightseeing </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="picture of colosseo">
<figcaption>check link for more</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="picture of mountains">
<figcaption>check link for more</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="picture of ship on the sea">
<figcaption>check link for more</figcaption>
</figure>
</body>
</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