Second project - survey form done!

Hi guys! Here’s the link to my survey form project - survey form project
I know the background image isn’t nice, but I was exploring new things.
Please let me know how it is! Thank you!

Your form looks good @chichkenmomos. 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.
  • Keep all your styling external. Do not use internal styling.
  • User’s should be able to click on the label to toggle a selection, not just the radio button / checkbox
  • Change the cursor to a pointer when hovering over the submit button
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens and the form does not show.

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