Im currently using Visual Stidio Code to build my tribute page. But how do i get to test it?
you need to test it using the provided test script:
you can add this at the end of your body element (last thing before the closing body tag): <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
remember you need a live version publicly available with all tests passing to submit
1 Like
Im new here still getting to know everything. It works now. Thanks for the advice!