My FCC Survey Page. Need feedback

Hi,
I just finished the Survey Page today. Again looking for feedback just in case I missed anything.

Thanks in advance!

Your form looks good @xandcoder. 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.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Change the cursor to a pointer when hovering over the submit button

Side note, the placeholder should not mirror the label. Rather it should show the user the expected format.

1 Like

Hi Roma!

Thanks for your comments. I fixed everything.
Let me know if I missed anything.
You’re the best.

Regards

1 Like

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