Tell us what’s happening:
hello , I need help, am stuck for days , can you please check my codes 31,32
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.
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">
<title>Leena Travel Agency </title>
<meta name="description" content="Assists individuals or groups in planning organizing or booking their travel arrangments.">
</head>
<body>
<h1>You can choose from our various offers whether you want to Group Travel or even Cruises,we achieve your expectations.</h1>
<p> check our discount offer for malaysia trips</p>
<h2>Packages</h2>
<p>for economy class max 15kg,for business class up to 30kg</p>
<ul>
<li><a href="https://www.freecodecamp.org/learn">Group Travels</a></li>
<li><a href="https://www.freecodecamp.org/learn">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="colosseo">
</a>
<figcaption>Colosseo</figcaption>
</figure>
<figure>
<a href="https://www.freecodecamp.org/learn" target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps">
</a>
<figcaption>Alps</figcaption>
</figure>
<figure>
<a href="https://www.frecodecamp.org/learn"target="_blank">
<img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea">
</a>
<figcaption>Sea</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/138.0.0.0 Safari/537.36 Edg/138.0.0.0
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page