I have finished my first project which is the tribute page on HTML and CSS but I dont know how to run it
Hi, welcome to the forum!
Put this script into the top of your HTML:
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
Then click the green icon in the upper left corner. Select “Tribute Page” and click “Run Tests”. You should see which tests you pass or fail.
2 Likes