I have been learning to code on FCC for more than a year, I’m losing my consistency in learning and practicing. Now I’m hurrying fast on learning and building projects, to get a job in front-end-web. So I would love to get your best feedback and tips to improve my skills. Check out my tribute project for tom and jerry.
Your page looks good @hustlework53. Some things to revisit;
- Codepen provides the boilerplate for you. It only expects the code you’d put within the
body
element in the HTML editor. (No need to include thebody
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 are HTML syntax/coding errors you should be aware of and address.
- Along with correcting the issues,
<h8>
is not a valid HTML element - Since copy/paste from codepen you can ignore the first warning and first two errors.
- Accessibility is about being accessible to all users. Review the giving meaningful text to links lesson. For a more thorough explanation read Web Accessibility in Mind.
- “click here to view more” is not accessible
1 Like
thank you so much
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.