My Survey-Form Project Initial

Aslaam-O-Alaikum and Hello to every one!

I am new to Web Development. i have just done my project of Survey Form. Please help me out by giving your feedback. how can I improve it more although my page has passed all tests required.

Regards,

here is link:
https://codepen.io/arhamdaudsandhu/pen/bPXqRo

Hello!

There’s a lot you can do here

  • Centering the form on the page
  • Trying to style the inputs by giving some borders or whatever you like
  • Trying to display the radio buttons and checkboxes in a column direction instead of row
  • Giving the button some life by styling it
  • On the dropdown you could try to make a first option that is not possible to choose that says “Choose an option” and display it as default.

Good luck!

Thank You Buddy. I appreciate your suggestions and will consider these.

Regards,

Hi @sandhuje,
In addition to the feedback from @xavier-machado,

  • don’t use <br> and &nbsp to style your form. Those were things that were used before there was such a thing as CSS. Use margin and/or padding to do your styling.
  • 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.
  • change the cursor to a pointer when hovering over the Submit button
  • I think you meant ‘Laravel’

Thanks Roma for your time and suggestions.