Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

my href and alt is getting wrong did i did anything wrong? can any1 tell?

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="description" content="Best Travel Agency around here you can find and best services too book your destination now!.">
    <title>Travel Agenecy Page</title>
    <h1>Destination Italy</h1>
    <p>Art, folklore, food, nature, and more. Choose among our wide selection of guided tours and excursions, and live an unforgettable experience exploring Italy.</p>
    <h2>Packages</h2>
    <p>We offer an extensive range of holiday solutions to accommodate the needs of all our clients. From daily excursions in the most beautiful cities, to thorough tours of hidden villages and medieval towns to discover Italy's lesser-known sides.</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="colosseo"></a>
        <figcaption>Rome and Centre Italy</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>Nature and National Park</figcaption></figure>
    <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"></a>
        <figcaption>South Italy and Islands</figcaption></figure>
</head>
<body>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

it is telling you to not forget about those in the list items, isn’t it?

Please take a look at the last sentence in Test #32.

its saying this * 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.

what is wrong there?

and you forgot about the links in the list items

i added all the links?

what about these two?

damn bro lol got it now thank you so much