Survey Form | Your feedback please

Hello everyone, I’m glad to see your comment and feedback to how can i improve my project. So, Please let me now what’s a good for project ( Like Code,Color,fonts etc…) to improve my skills…
Thanks :slight_smile:

https://codepen.io/Eslam_Soliman/full/WqpmeR

Hi @eslam, your page looks good. There are a few things you can revisit;

  • for the radio button and checkbox sections, make it so users can click on the labels to make a choice, not just having to click on the radio button or checkbox
  • don’t use the <br> element force space. Use margin and/or padding in CSS
  • on smaller screens your textarea falls outside your form
  • change the cursor to a pointer when hovering over the Submit button

Hi, @Roma It’s greet feedback thank you

about the radio : I don’t know how to do that but do you mean put radio bottom in label tag ? like this :

<label><input type= "radio"></label> ??

about <br> : margin or padding doesn’t give my <br> affect how can i do this ?

about textarea : how about if i used % for width ? ? or just make width and height auto ?

about cursor : done :grinning:

Greet thanks for your feedback it’s help me to find some point. I don’t notice
Thanks Again :heart_eyes: