FCC survey form - feedback

Hi, everyone.
FCC Project Survey Form (codepen.io)
This link is to the FCC survey form challenge that I’ve completed.

your feedback would be great and help me learn.

PS: I might not be able to respond but will surely read the feedback.

Thanks!

Welcome to the forums @naumanqamar180. Some things to revisit;

  • The test script should be included, with all tests passing, when you submit your projects.
    • Your page passes 7/17 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue. (Be sure and read more than just the first line of the failing message.)
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Some advice;
    • don’t try and replicate the sample project. It shows one way to do the project. The instructions say yours should be functionally similar and to make it your own.
    • Do not take code from the sample project.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.