Hi,
I’m unable to find my mistake. The system keeps telling me task 32 is failing:
“32. Each a element should have a target attribute with the value of _blank. Don’t forget the links in the list items.”
I have checked all five elements, no idea where to look now… Thank you for a hint!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Travel Agency Page</title>
<meta name="description" content="Hogwarts Travel offers broom and thestral trips to your favourite fantasy castle">
</head>
<body>
<h1>Visit Hogwarts, get your magic on</h1>
<p>Didn't receive your own Hogwarts invitation letter? We got you covered! Fly to your favourite castle with us!</p>
<h2>Packages</h2>
<p>Choose between two amazing packages:</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://thomaskinkadetn.com/wp-content/uploads/hphoca_painting-1000.jpg" alt="Hogwarts castle"></a><figcaption>Hogwarts castle in dark storm</figcaption></figure>
<figure><a href="https://www.freecodecamp.org/learn" target:"_blank"><img src="https://www.thomaskinkade.com/cdn/shop/collections/canvas_hpdial_unframed.jpg?v=1704203362&width=800" alt="Trio at Diagon Alley"></a><figcaption>Diagon Alley</figcaption></figure>
<figure><a href="https://www.freecodecamp.org/learn" target:"_blank"><img src="https://i.redd.it/61qb3ap9nx9c1.jpeg" alt="Hogsmeade village"></a><figcaption>Hogsmeade Village</figcaption></figure>
</body>
</html>