Survey Form. Feedback Appreciated

Here’s my Survey form project. Any feedback is appreciated! Survey Form

Your form looks good @dan-sowell. Some things to revisit;

  • 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.
  • Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it, there’s some things to clean up. (Run it until it finds no errors)
    • (The one for HTML misses things which is why I recommend W3C)
  • Don’t use in-line styling. Make all your styling external.
    • code is easier to maintain that way
  • change the cursor to a pointer when hovering over the submit button