How can I test my challenges webpages

This is the link for you to see the result of my first challenge “Build a Tribute Page”:

My question is: where can I test my page? I couldn’t find the tool or anything to test it. Thanks in advance

1 Like

You can add this at the top of your html.

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> 

There will be a green hamburger menu at the top left of your page. Press on that, select what project you are testing and run the test.

1 Like

Thank you Kevin! It worked!