Tell us what’s happening:
Numbers 18,19,21,22,25,26,28,30,31,32 are failing to pass. I need help checking my code as I don’t know what I am doing wrong at this point. Any feedback on this is greatly appreciated as I am new to coding.
Your code so far
<!DOCTYPE html>
<html>
<html lang ="en">
<head>
<meta charset="UTF-8">
<meta content="Travel Agency Page" property="Travel Agency Page">
<meta name="description" content="Book your travel with us.">
<title>Travel Agency Page</title>
</head>
<body>
<main>
<section>
<h1>Travel Destinations</h1>
<p>Come fly away to incredible destinations!</p>
<ul>
<li>Rome</li>
<li>Switzerland</li>
<li>Caribbean Islands</li>
</ul>
</section>
<section>
<h2>Packages</h2>
<p>All packages are all inclusive, including airfare.</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</img></li>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</img></li>
</ul>
</section>
<figure><a>
<h2>Top Itineraries</h2>
<ul>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Rome Italy</a><figure><figcaption>Colosseum in Rome, Italy</figcaption></figure></img></li>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Swiss Mountain View</a><figure><figcaption> Mountains of Switzerland </figcaption></figure></img></li>
<li> <a href="https://www.freecodecamp.org/learn" target="_blank">Caribbean Islands</a><figure><figcaption>Caribbean Islands Oceanside</figcaption></figure></img></li>
</ul>
</figure></a>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="The colosseim in Rome."> <figcaption>Rome, Italy</figcaption></img>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"><alt="The Swiss Mountain Side"><figcaption>Swiss Mountains</figcaption></img>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"></a><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg"><alt="Bright Blue Ocean"><figcaption>Deep Blue Ocean</figcaption></img>
</figure>
</main>
</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.4 Safari/605.1.15
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page