Hi, this is my Survey Page, would love to hear what you like and dislike about the page. Thanks!
Form looks good @BrightOrb. Some things to revisit;
- Run your HTML code through the W3C validator.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- There are coding errors you should address.
- Don’t use
<br>
to force line breaks. Use CSS - Users should be able to click on the label to select, not just the radio button / checkboxes
- review the lessons about adding radio buttons and checkboxes
- Make all your styling external. No in-line styles.
- Change the cursor to a pointer when hovering over the submit button.
- Some suggestions;
- maybe make your container a little wider. It’s so tiny on a desktop
- add a little padding to the bottom so the submit button doesn’t look as though it’s falling out of the container
- maybe make the submit button look like a button instead of a bar