Feedback- Survey Form Project

Here is my 2nd project a Survey form please have a look and if you see something wrong or just have some suggestions please let me know.

Your page looks okay @mdshariq. Some feedback;

  • You should not reference the sample projects when writing your code. Start with a blank canvas and fulfill each user story one at a time.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • User’s should be able to click on the label to toggle a selection, not just the radio button / checkbox.

Thank You @Roma for your feedback i have checked my HTML using W3C validator and fixed all the errors now users can click on label to toggle the selection. And i dont fullfill each user story one at time i firstly complete them all by making just basic html structure then i add other stuff (content, style, icon, etc…) later on. Is this a wrong approach ?