Tell us what’s happening:
I am having issues with validating these requirement even though I tried everything out to make the code work:
“31. Each a element should have an href attribute with the value of https://www.freecodecamp.org/learn. Don’t forget the links in the list items.
Failed:32. Each a element should have a target attribute with the value of _blank. Don’t forget the links in the list items.”
Your code so far
<!DOCTYPE html>
<html lang="EN">
<head>
<meta charset="UTF-8"/>
<meta name="description" content="Your number one page whe it comes to travelling"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travel Agency Page</title>
</head>
<body>
<h1>Welcome to RuleOfLaw Travels</h1>
<p>There are many travel opportunites like zoos and wildlife, mountains and waterfalls, caves and historic sites</p>
<h2>Packages</h2>
<p>There are various packages depending to where you are going and the means of transportation you prefer, whether you are going in a group or privately</p>
<ul>
<li><a href="#">Group Travels</a></li>
<li> <a href="#">Private Tours</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="A beautiful sunset"> </a>
<figcaption>A breathtaking view of the sunset over the mountains.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="A beautiful mountain view"> </a>
<figcaption>A breathtaking view of the sunset over the mountains.</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Sea view"> </a>
<figcaption>A breathtaking view of the sunset over the mountains.</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/142.0.0.0 Safari/537.36 Edg/142.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-travel-agency-page/build-a-travel-agency-page