FCC Survey Form feedback - Feedback

Hi,

I am new to web development and still learning.

I have recently completed my Survey Form project in FCC, if anyone can please review this page and give me some feedback on how to improve my skills and what mistakes I have made while developing this pages. I have attached the codepen link to my project.

https://codepen.io/pritam2510/pen/bGEbRQq

Thanks in advance

Your form looks good @pritam2510. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.
  • Make your page responsive. There shouldn’t be a horizontal scroll bar
  • The placeholder text should be a hint as to what the user is to enter, not a repeat of the label

Hi @Roma ,

Thanks for the valuable feedback.
I am working on the responsiveness of the page as you mentioned and will surely update the page as per your suggestions.

Thanks