How about my Tribute Page

Comments about my project, please.
Here is the link https://codepen.io/juniorrd/full/abvReKb

2 Likes

Hey @studentdeveloper19!
Your project looks nice! There is some thing to rework:

  • You can add at the footer like “Made By @studentdeveloper19”.
  • you no need <!DOCTYPE html> in CodePen Because already it knows that is an HTML.
  • You can type your head code in Settings->HTML and Stuff for <head>
  • remove unused comment tags in CSS.

That’s my feedback.

Thanks and Happy Coding :grin:

Your page looks good @studentdeveloper19. Some minor things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
  • Run your HTML code through the W3C validator.
    • There is an HTML coding error you should be aware of and address.