This is my project for the Tribute Page. I based it on the techno/house DJ Carl Cox. I passed 10/10 tests on this page. I’m looking for any kind of feedback - on the design, code itself, or anything. Any help is greatly appreciated!
Hi @ArmoredDefiance, your page looks good. A couple of things you may want to revisit;
- 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.
- A couple of things you can clean up in HTML. Additionally, besides the width attribute no longer being valid you shouldn’t use in-line styling. Do all your styling externally.
- you have a typo in your second no breaking space in h1
- review the lesson about giving meaningful text to links
Thank you so much for your feedback @Roma! I will look over all these things and look to improve upon them. Much appreciated, again.