I’ve completed the RWD Certification Projects, please give me your opinion, thanks!
Pages look good @benzaki. Some things to revisit;
tribute
- 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.
- Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
- Accessibility is about being accessible to all users. Review the lesson about giving meaningful text to links. For a more thorough explanation read Web Accessibility in Mind.
- “wikipedia entry” is not accessible
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for.
survey
- Again, the test script should be included, with all tests passing, when you submit your projects.
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for. - Better to not replicate the sample project. The instructions say your project should be functionally similar and to give it your own style.
product
- Again, the test script should be included, with all tests passing, when you submit your projects.
- Run your HTML code through the W3C validator.
- There is an HTML coding error you should be aware of and address.
- FCC teaches HTML5 and your code should be the same.
- There is an HTML coding error you should be aware of and address.
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for.
tech doc
- Again, the test script should be included, with all tests passing, when you submit your projects.
- Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for.
portfolio
- Again, the test script should be included, with all tests passing, when you submit your projects.
- Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
1 Like