Tell us what’s happening:
I have problem in step 32. Each a element should have a target attribute with the value _blank. Please help me
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Explore the world with us!Book flights,hotels and packages fo your dream vacation.">
<meta charset="UTF-8">
<title>Travel Agency</title>
</head>
<body>
<h1>Explore the World with Us</h1>
<p>Explore the iconic landmarks and cultural attractions of Rome,a destination that promises an unforgettable experiences.</p>
<h2>Packages</h2>
<p>There are various packages:Adventure Package, Cultural Packages, Luxury Packages.</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn" taregt="_blank">Group Travels</a></li>
<li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</a></li>
</ul>
<h2>Top Itineraries</h2>
<ol>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Relaxing at the beach">
</a>
<figcaption>Colosseo in Rome</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="The Alps">
</a>
<figcaption>Peak Experiences in the Alps</figcaption>
</figure>
</li>
<li>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="The Sea">
</a>
<figcaption>The Beauty of the Sea</figcaption>
</figure>
</li>
</ul>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page