Tell us what’s happening:
I can’t complete step 20,21,26.I tried but I can’t find the solution.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travel agency</title>
<meta charset="utf-8" content="Travel Agency Page" property="og:title"/>
<meta name="description" content="Enjoy your dream travel destination by joining with us">
</head>
<body>
<h1>Travel Destinations</h1>
<p>Our premium package include travelling and residential expenses while the ordinary package include only the travel expenses</p>
<h2>Packages</h2>
<p>Our premium package include travelling and residential expenses while the ordinary package include only the travel expenses</p>
<ul><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a>
<li> <a href="https://www.freecodecamp.org/learn" target="_blank">Japan</a></li>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">china</a></li>
</ul>
<ul><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a>
<li> <a href="https://www.freecodecamp.org/learn" target="_blank">New Zealand</a></li>
<li> <a href="https://www.freecodecamp.org/learn" target="_blank">USA</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="colosseo"><figcaption>colosseo</figcaption></a>
</figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"><figcaption>alps</figcaption></a>
</figure>
<figure><a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"><figcaption>Sea</figcaption></a>
</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/146.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page