I have completed the tribute page project. I am posting the link below. I request anyone to take a look and give me feedback for the same. As it’s my first project .kindly review it .
Thanks https://codepen.io/SUDEEPSHUKLA930/full/zYvBJMQ
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
The test script should be included, with all tests passing, when you submit your projects.
When using codepen it only expects the code you’d put within the <body> </body> element in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
The link to your font would go in the box labeled ‘Stuff for <head>’
Normal font weight for a page is 400. 700 is used for making text bold. You could have linked to both weights and then used the <b> tag instead of <mark>
Since copy/paste from codepen you can ignore the first warning and first two errors.
There are some errors you should clean up
Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
The HTML misses a lot which is why I recommend W3C
The CSS one is good. Run it and you’ll see what you’ve missed.
Edit the text and delete the footnote numbers. You don’t have any footnotes and it’s distracting to have them in your text.