Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

i have tried many times and cant find error have checked multiple forums and triple checked code , please help .

Your code so far

<!DOCTYPE html>
<html lang="en">
<head> 
  <meta charset="utf-8">
  <title>Travel Agency Page </title>
  <meta name="description" content="The best travel agency in the world ">
</head>
  <body>
   <h1> Donnys Travel Agency</h1>
   <p> Dreams of Spain ,Italy,France or maybe the Americas. Well you found the right place.</P> 
   <h2> Packages </h2>
   <p> we have a wide range of options for all types of travlers including plans for first timers , couples , private tours and many more . </p>
   <ul>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travel</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="colosseo">
    </a>
    <figcaption> - The colosseo. </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> - The 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> - 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/133.0.0.0 Safari/537.36 OPR/118.0.0.0

Challenge Information:

Build a Travel Agency Page - Build a Travel Agency Page

1 Like

hi @donnydiamond98 welcome to the freecodingcamp forum
umm u made an error in the p tag the closing p tag is capital letter
change it to small letter and run it again

unfortunately that didnt fix the code but i was still very surprised that you noticed that i appreciate you taking the time . relookin it over again myself but cant seem to figure out the error

check for typos, what is the text that is requested? what is the text you written? confront letter by letter

This is what I found out is that anything that is typed in a gray box typically means it needs to be verbatim. Although this is not a screenshot of the correct user story above you can see that “Packages” needs to be spelled correctly.
2025-05-09_11-37-25

So advice is “find that user story” and see if you typed in exactly what they had in the “gray” box . Hope that helps.

thank you the help , i had travel instead of travels very small error but still an error either way i looked at the code so many times to figure out the issue i ended up getting more familar with the diffrent elements so still a win in my books ! ty again

Yep I think there needs to be a shirt that says “#SyntaxMatters”… lol. It gets me every time!

1 Like