Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

I cannot clear #32. I have read it multiple times and I cannot figure out what I am doing wrong or need to do

Your code so far

<!DOCTYPE html>
 <html lang="en"></html>
 <head> 
   <Title> of the document</title>
    <meta charset="utf-8">
   <meta name="description" content="Travel Agency Page">
</head> 
<body>
   <meta na<meta charset="utf-8">
   me="description" content="Travel Agency Page">
  <h1>Italy for lovers!</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>
     <title>Travel Agency Page</title>
    <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="https://www.freecodecamp.org/learn" target="_blank"> Group Travels</a></li>
      <li><a href="https://www.freecodecamp.org/learn" taget="_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="colosseo">
</a>
<figcaption>Rome and Center Italy</figcaption>
</figure>

<!-- Picture 2 -->

<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 Parks</figcaption>
</figure>

<!-- Picture 3 -->

<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>
 
</body>
</html>

 
   
   

Your browser information:

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

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

hi there, welcome to the forum.

You mispelled target here.

you also seem to have a stray html closing tag on this line that you should delete

1 Like

I found it. I misspelled target! I see that it is really important to look over your work line by line carefully.

1 Like

hello :waving_hand:how are you there i wanted to ask you if there must be someone of you who had a problem at built this travel page steps 28,31 and 32 but actually there is no problem am i the only one who see that

hi @nathmar , if you need help please create your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like