Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Having serious issues on 5, 26, 28 and 31 I have gone through them over and over

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name:"description">
    <title>Travel Agency Page</title>

</head>

<body>
  <h1>Discover your next destination</h1>
  <p>Welcome to our travel agency, where we craft unforgettable journeys to breathtaking destinations, offering everything from vibrant cultural immersions to serene beach escapes and thrilling mountain expeditions. Explore our diverse range of packages designed to suit every traveler's dream!</p>
  <h2>Packages</h2>
  <p>Enjoy your stay with our diverse and well put packages for your stay. Enjoy romantic getaway, budget friendly, adventurous feeling and many more!</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</h2>

    <figure>
      <a href:"https://www.freecodecamp.org/learn" target="_blank"><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Colloseum"</a>
      <figcaption>Colloseum</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.freecodecamp.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; rv:140.0) Gecko/20100101 Firefox/140.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hello!

On issue 5 there should be another attribute after the name attribute., and I also recommend you on checking out https://www.freecodecamp.org/learn/responsive-web-design-v9/lecture-understanding-html-attributes/what-are-attributes to see the proper structure of HTML attributes.

On issue 26, remember to always close off the elements. Check inside your figure elements .

On issue 28, same as issue 26.

On issue 31, same as one of the problems in your issue 5. Check https://www.freecodecamp.org/learn/responsive-web-design-v9/lecture-understanding-html-attributes/what-are-attributes to see the proper structure for html elements and check the attribute being mentioned in the problem.

1 Like