Tell us what’s happening:
i can not pass my code for number31,why like that ,something happen for each a element
Your code so far
<!DOCTYPE html>
<html lang= "en">
</html>
<head>
<meta charset= "utf-8">
<meta name= "description" content= "creating felling of safe and giving good service".>
<title>Travel Agency Page</title>
</head>
<body>
<h1>Travelling to Italy</h1>
<p>we usually give to many believes to passengers and great experience</p>
<h2>Packages</h2>
<p>our travel is having many packages,if you choosing some many packages like going to Italy maybe you can get free discount like 50% per flight</p>
<ul>
<li><a href= "https://www.freecodecamp.org/learn" target= "_blank">Group Travels</a></li>
<li><a href= "htpps://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://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt= "colosseum in Italy"></img></a>
<figcaption>Colosseum in Italy</figcaption>
</figure>
<figure>
<a href= "https://www.freecodecamp.org/learn" target= "_blank">
<img src= "https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt= "Mountain in Italy"></img></a>
<figcaption>Mountain in Italy</figcaption>
</figure>
<figure>
<a href= "https://www.frecodecamp.org/learn" target= "_blank">
<img src= "https//cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt= "Ocean"></img></a>
<figcaption>Ocean</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
Challenge Information:
Build a Travel Agency Page - Build a Travel Agency Page