Survery Form Project - Feedback Highly Appreciated

Hello everyone,

I have built my second project for responsive web design. I would really appreciate your feedback regarding any improvements in design, layout, coding practices, etc.

Thank you!

FCC: Survey Form

Your form looks good @0XY. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.

On a side note, don’t try and replicate the sample project. The instructions say to make yours “functionally similar” and “give it your own personal style”.

1 Like

Thank you for your feedback @Roma.

I have resolved all the errors and have also removed <br> tags. Regarding the replication of sample project, I couldn’t think of any idea from the top of my head so I just replicated the sample content but I wrote all the code for it from scratch. In the next project, I’ll definitely think of an idea of my own.

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