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.
don’t use <br> and   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