Headphones Product Landing Page with a bang

Hello FC Campers, how are you doing? Headphones Landing Page

This is my 3rd Project please look at it and tell me what I should improve on.

Your page looks good @Mephistophelos. Some 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.
    • For instance, the link to the font goes in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
  • 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 one for CSS is good. Use it, there’s something to clean up.
  • (The one for HTML misses things which is why I recommend W3C)