Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Stuck on 31 re href and target

La destinazione grandissima

Taormina

La spiaggia

Packages

La mattina e il pomerigio

  • Group Travels
  • Your code so far
    <!DOCTYPE html>
    <html lang="en">  
      <head>
       <meta name="description" meta content="here we go"/>
       <meta charset="utf-8"/>
       <title>La destinazione grandissima</title>
      </head>
      <body></body>
       <h1>Taormina</h1>
       <p>La spiaggia</p>
       <h2>Packages</h2>
       <p>La mattina e il pomerigio</p>
       <ul>
         <li><a target="_blank" href=https://www.freecodecamp.org/learn>Group   
         Travels</a></li>
         <li><a target="_blank" href=https://wwwfreecodecamp.org/learn>Private Tours
         </a></li>
       </ul>
      <h2>Top Itineraries</h2>
      <figure>
        <a target="_blank" href=https://www.freecodecamp.org/learn>
          <img src="cool.net" alt="Castelli"/>
        </a>
        <figcaption>
          Grande
        </figcaption>
      </figure>
      <figure>
        <a target="_blank" href=https://www.freecodecamp.org/learn>
          <img src="cool.net" alt="Bionda"/>
        </a>
        <figcaption>
          Bellezza
        </figcaption>
      </figure>
      <figure>
        <a target="_blank" href=https://www.freecodecamp.org/learn>
         <img src="cool.net" alt="Cibo"/>
        </a>
        <figcaption>
          Chi sta fame?
        </figcaption>
      </figure>
    </html>
    

    Your browser information:

    User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

    Challenge Information:

    Build a Travel Agency Page - Build a Travel Agency Page

Welcome to the forum @adam.pascuzzi

  1. The href attribute values need quote marks.
  2. One the of href attribute values is missing something.

Happy coding

Thank you. Readded the quote marks. Cannot troubleshoot what else I could be missing. Nu hmtl checker suggested some changes, made changes, now shows no errors there. Still thinking/making changes.

OMG i did it! Awesome! Thanks!

1 Like