Hi guys, here is my survey form project https://codepen.io/Kateryna25/pen/mdyGmoP. I would appreciate any feedback and recommendations. Thanks and happy coding.
Your form looks okay @Katja25. Some things to revisit;
- Keep the test script when forking the pen (
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
). Your page passes 9/17 user stories.- The test script should also be included when you submit your project.
- with codepen you don’t need to include the
body
tags - Run your HTML code through the W3C validator. Just copy your HTML and paste it into the ‘Validate by Direct Input’ tab.
- Since copy/paste from codepen you can ignore the first warning and first two errors. The others should be taken care of.
- All styling should be external
- I see a couple of instances of in-line styling
- Don’t use the
<br>
element to force line breaks.