Build a Travel Agency Page - Build a Travel Agency Page

Tell us what’s happening:

Hello all ,my name’s Tyson. I’m trying to run the test in my html program for the “Build a travel agency” lab but it won’t load and give me my results. It never happened before this, pleas advise.

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 destinations for the best prices"></head>
  <body>
  <h1>The best tourist spots.</h1>
  <p>With more than one travel plan, you're sure to find the one suited for you.</p>
  <h2>Packages</h2>
  <ul>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</li> <li><a href="https://www.freecodecamp.org/learn" target="_blank">Private Tours</li>
    </ul>
    <h2>Top Itineraries</h2>
    <figure a href="https://www.freecodecamp.org/learn" figcaption=""><img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="Colosseium"></figure>
    <figure a href="https://www.freecodecamp.org/learn" figcaption=""><img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg"  alt="Beatiful mountain scenery"></figure>
    <figure a href="https://www.freecodecamp.org/learn" figcaption=""><img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="Sky-blue Ocean"></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

This page is running the test for me on your code. Try the following to move forward.

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

It’s worth noting that this is not how you create (and populate) a head element:

Have a read of this really useful article on HTML boilerplates:

1 Like