Hello everyone,
I want to share with you my survey form page, and with the hope of getting some feedbacks form you
here is the link to the page https://codepen.io/Zouheir-IT/full/OJXeWRj
Thank you in advance,
Zouheir
Hello everyone,
I want to share with you my survey form page, and with the hope of getting some feedbacks form you
here is the link to the page https://codepen.io/Zouheir-IT/full/OJXeWRj
Thank you in advance,
Zouheir
Your form looks okay @Zouheir. Some things to revisit;
Make the project from scratch, with your own code, style and content.
Don’t take code from the sample project.
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
Run your HTML code through the W3C validator.
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.
Hey @Zouheir!
I know that it is tempting to copy the sample project but that is a really bad way to learn and grow.
As a beginner, it can be really intimidating to create a project from scratch but you learn so much more because it forces you to research, review lessons, ask questions and experiment. Honestly, that is the real goal behind these projects. It is not about the piece of paper at the end of the certification but rather the learning process.