Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I cant understand this a href stuff i somehow got number 32 but i cant get 31 whats wrong with it?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="Travel Agency Page">
    <title>Travel Agency page</title>
    </head>
<body>
  <h1>Destinations</h1>
  <p> opportunities</p>
  <h2>Packages</h2>
  <p>Introdcution</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="colloseom"></img></a>
      <figcaption>colloseom</figcaption>
      </figure>
      <figure>
        <a href"https://www.freecodecamp.org/learn" target="_blank"> 
        <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="mountains"></img></a>
        <figcaption>mountains</figcaption>
        </figure>
        <figure>
          <a href"https://www.freecodecamp.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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

Hi. check the syntax for all your href attributes. Check another one of your attributes and you’ll see what is missing from the hrefs.

href is an attribute, just like target and you set it the same way using =.

Please review this video/transcript if you need more clarification:

Understanding HTML Attributes and the HTML Boilerplate - What Are Attributes, and How Do They Work? | Learn | freeCodeCamp.org