My tribute page won't work

When I run the test I get 1 out of 10.
Here is a link to my codepen :“https://codepen.io/Imaniii/pen/OJWNqwm”. I have read the error messages.
I have done all the user requirements, I don’t know where I went wrong

HI @IMANI !

Welcome to the forum!

The end tag is wrong.

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

You wrote scr but it should be </script>

Also when I run the test after that fix I get 5/10.

Also if you want to know where you did wrong, you can click on the red colored button Test 5/10.

1 Like

Where exactly is it ?

At the end of the script tag here

That is not correct.

I I have seen it thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.