Feedback about Survey form project

Hello, thank you for read my post.
I would like to know what can be improved.
https://codepen.io/rom73/pen/eYgMJbb?editors=1010
Thanks so much

nice colors and responsive, above 2240 px, “age” and “specify your search” breaks.
apart from that 9/10

Your form looks good @rom. Some things to revisit;

  • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes 9/17 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • For instance links to fonts go in the box labeled ‘Stuff for <head>’
  • 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.
  • User’s should be able to click on the label to toggle a selection, not just the radio button / checkbox
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Revisit your form on a small screen.

thanks, I will modify that.

thank you for taking the time to analyze my code. i will work on it

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