hello Everyone i have just completed my FCC Survey form project , I would appreciate any feedback and suggestions about my project, thanks guys happy coding.
https://codepen.io/spskishore/pen/MWgLxNZ?editors=1100
work on your design skills this looks like it was made in the year 2007 also why with the section of the drop down menu whyy don’t your option has a value? :3 great work for a first time project thou.
1 Like
thanks for your valuable suggestions bro, i will sure look into it and i have to learn a bit more in designing
Hi @spskishore, your survey form looks okay but there are things you should revisit;
- codepen only expects the code you’d put within the
<body> </body>
tags in HTML. (No need to include the body tags). For anything you want to add to the<head>
click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box. - 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.
- there are multiple errors in HTML you need to clean up and you use an obsolete element. (get rid of the obsolete element. It doesn’t look good and is obsolete for a reason)
- don’t use the
<br>
element to force spacing. Usemargin
and/orpadding
in CSS instead - You have a typo in your radio buttons. Click on the labels and you’ll see what I mean
- For the checkboxes, make it so the user can click on the labels, not just the checkboxes
- Change the cursor to a pointer when hovering over the submit button
thanks a lot for your suggestions, @Roma i am learning again from basics inorder to improve my mistakes,thanks for spending time in visiting my web page, happy coding
Thanks for this. I was struggling to link to bootstrap and could not figure out how to do that.
1 Like