Tell us what’s happening:
Can’t seem to get my head around step 32 with the target attribute and the value _blank. Is there something im missing? Please help.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<meta name ="description" content="Travel agency page">
<title>TRAVELSRUS</title>
</head>
<body>
<h1>Travel Destinations</h1>
<p>Travel to these destinations</p>
<h2>Packages</h2>
<p>Choose from these 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</h1>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Yessir"></a>
<figcaption>Fig.1</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="Yessir"></a>
<figcaption>Fig.2</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" traget="blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Yessir"></a>
<figcaption>Fig.3</figcaption>
</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/132.0.0.0 Safari/537.36
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page