Need help with tribute page project in codepen

Hello everyone, I just made the tribute page similar to what was given us in the task but when I am testing it on code pen it’s giving a score of 7/10, can anyone help me with this here’s my project link :- https://codepen.io/clutchelm/pen/NWjXGEG

Hi @Shivamjaiswar !

Welcome to the forum!

You need to open up the test suite and read the full error message because they tell you what the issue is and how to fix it.

Is there something you don’t understand about the error messages?

Also, you need to keep the test suite in your page.

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

The goal is not to recreate the samples.
The instructions say to build a page that is functional simliar but with your own style.
For these projects, it would be better to come up with your own style and subject matter.

Sidenote: You shouldn’t use br tags like this

 <br>
 <br>

Use css instead if you want to create space between elements.
Here is the correct definition for the br tag

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